window上的凭证
在window上,我们git clone一个代码仓库时,报如下的错误
$ git clone http://10.142.233.181:8989/ctg-dcos/k8sdeploy
Cloning into 'k8sdeploy'...
fatal: Authentication failed for 'http://10.142.233.181:8989/ctg-dcos/k8sdeploy/'
原因是以前登录过这个地址,后来这个gogs仓库的密码修改了。
解决方法如下:
https://blog.csdn.net/qq_34665539/article/details/80408282?tdsourcetag=s_pctim_aiomsg
Last updated
Was this helpful?