git pull无反应
生活随笔
收集整理的这篇文章主要介绍了
git pull无反应
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
现象
git pull 半天没有反应
检测
$ git remote -v origin git@xxx.org:YYY/samba.git (fetch) origin git@xxx.org:YYY/samba.git (push) $ ssh -T git@xxx.org Permission denied (publickey).处理
$ vim ~/.ssh/config $ cat ~/.ssh/config Host xxx.org User git Hostname xxx.org IdentityFile ~/.ssh/id_rsa IdentitiesOnly yes最后
$ ssh -T git@xxx.org Welcome to GitLab, shanlinmin!总结
以上是生活随笔为你收集整理的git pull无反应的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 基才HDLC协议的SDH传输系统板间通信
- 下一篇: js正则表达式校验大全