赞
踩
一、已经在gitlab服务器添加ssh key了,但是每次push的时候都提示输入用户名密码,原因可能是:我们使用了http的方式。
解决方式: 1.删除远程 (1)git remote查看远程 (2)git remote rm origin 2.添加新的ssh git remote add origin git@xxxxxxx
二、实际操作界面