tortoisegit

Git with SSH on Windows

点点圈 提交于 2019-11-26 06:16:27
问题 I\'ve went through the excellent guide provided by Tim Davis which is about configuring Git to work with SSH under Windows in order to produce a Git Server in order to have a main place for my DVCS. I am in the process of creating a clone for my project. I’ve went through all the steps till this point, but I keep getting this from TortoiseGit: git.exe clone -v “ssh://Administrator@127.0.0.1:22/SSH/Home/administrator/myapp.git” “E:\\GitTest\\myapp” bash: Administrator@127.0.0.1: command not

How to resolve “git did not exit cleanly (exit code 128)” error on TortoiseGit? [closed]

社会主义新天地 提交于 2019-11-26 04:46:34
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I\'ve run into this serious error while committing, and created a bug report. I keep getting this error on TortoiseGit operations: git did not exit cleanly (exit code 128) I\'ve reinstalled the program, rebooted, and tried to clone a fresh repo from github - nothing seems to work.