我使用命令行添加了一个远程裸存储库:
git add remote production ssh://username@domain.com/path/to/repo.git我可以使用以下方法推送到存储库:
git push production master现在我想从SmartGit上推一下:
我已经检查了我是否拥有正确的访问权限,并且存储库是否存在。另外,私钥只有onwer (chmod 600 ~/.ssh/id_rsa)的读/写权限。
我遗漏了什么?
发布于 2016-10-12 07:12:44
sudo apt-get install ssh-askpasshttps://stackoverflow.com/questions/37236471
复制相似问题