git clone失败,解决方法
原 : git clone https://git-devops.ffss............................./scripts.git。在https://后面添加 用户名,执行的时候,会弹出一个输入密码的弹窗,输入后即可,之后也不用再加上用户名了。备注 :已经确定本地用git config -l命令配置了用户名和密码均正确。改后:git clone https://
·
现象 git clone 失败提示:
remote: The project you were looking for could not be found or you don't have permission to view it.
解决方法:
原 : git clone https://git-devops.ffss............................./scripts.git
改后:git clone https://jun-ge-er@git-devops.ffss..................../scripts.git
在 https:// 后面添加 用户名,执行的时候,会弹出一个输入密码的弹窗,输入后即可,之后也不用再加上用户名了。
备注 :已经确定本地用git config -l命令配置了用户名和密码均正确
更多推荐
所有评论(0)