ssh也配置好了,但是一直提示输入用户名和密码:

yaomy@xxx MINGW64 /c/software/develop/workplace/mis-ggmsg (master)
$ git pull
Username for 'http://gitlab.xx-xx.cn':

解决方法是:

//查看仓库所使用的连接形式
git remote -v
//修改仓库的连接方式为ssh
git remote set-url origin git开头的仓库地址
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐