相关疑难解决方法(0)

如何在TortoiseGit上解决"git没有彻底退出(退出代码128)"错误?

我在提交时遇到了这个严重的错误,并创建了一个错误报告.

我一直在TortoiseGit操作上遇到这个错误:

git没有干净地退出(退出代码128)

我重新安装了程序,重新启动,并试图从github克隆一个新的回购 - 似乎没有任何工作.我也删除了%appdata%\ Tortoise git文件夹...我现在不知所措.关于如何进行的任何建议?

git tortoisegit

93
推荐指数
6
解决办法
32万
查看次数

如何发现“pip install git+ssh://...”在哪里搜索ssh密钥?

题:

有谁知道是否有一种简单的方法可以发现在何处pip install git+ssh:///...搜索 ssh 密钥?

快速背景(已解决...请参阅下面的更新):

我在 Windows 10 上。我需要在 conda 虚拟环境中使用 pip 从 github 安装一个私有远程存储库。我是回购所有者。我通过 github.com 设置了一个公共/私有 ssh 密钥对。我的本地密钥存储在C:\Users\MyName\\.ssh\id_rsa. 使用此密钥,我可以使用我的 IDE Eclipse 从 github 毫无问题地推拉。

但是,当我使用激活的 conda 环境执行以下命令时:

pip install git+ssh://github.com/USER_NAME/REPO_NAME.git
Run Code Online (Sandbox Code Playgroud)

我收到以下错误:

Collecting git+ssh://github.com/USER_NAME/REPO_NAME.git
Cloning ssh://github.com/USER_NAME/REPO_NAME.git to
c:\users\USER_NAME\appdata\local\temp\pip-ghf3ts-build
Warning: Permanently added 'github.com,IP_ADDRESS' (RSA) to the list of
known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Run Code Online (Sandbox Code Playgroud)

我知道 repo …

python git ssh bash pip

11
推荐指数
2
解决办法
7797
查看次数

标签 统计

git ×2

bash ×1

pip ×1

python ×1

ssh ×1

tortoisegit ×1