1. 程式人生 > >MacOS上Git無法克隆解決方案(remote: Repository not found. fatal: repository '‘not found)

MacOS上Git無法克隆解決方案(remote: Repository not found. fatal: repository '‘not found)

MasOS上git無法使用,總是存在遠端檔案找不到,但是的確是存在github上,而且許可權也沒有問題,調研了一番,主要問題是需要重置一下osxkeychain(mac 鑰匙鏈)。

git credential-osxkeychain erase
host=github.com
protocol=https

在嘗試一下就ok了,存在問題的,嘗試一下吧!