MacOS中存在的git仓库在克隆时无法找到(fatal: repository ... not found)

我们在克隆远程的github或者gitlab上面的仓库时,有时候本来存在的一些远程仓库在克隆的时候却会报fatal: repository ‘http://192.168.30.987/hehe/app.git/’ not found 这样的错误;其主要问题是要更新一下 osxkeychain(mac 钥匙链:用于存储账号和密码)

操作方法如下:
在mac终端中输入:

git credential-osxkeychain erase
host=192.168.30.987
protocol=http

然后多次敲击enter
这样问题就解决啦!

你可能感兴趣的:(心情随笔)