git clone 问题

git clone http://git.###.com/system-architecture/AAA_exhibition_hall_web.git

Cloning into 'AAA_exhibition_hall_web'...

remote: Not Found

fatal: repository 'http://git.###.com/system-architecture/AAA_exhibition_hall_web.git/' not found


git clone 的时候总是提示remote:Not Found,但是远程地址确认无误。是本地git的环境问题,网上查了一下,发现了下面的命令,但是运行了以后卡了一下,好像没有运行成功。不过后面再git clone就可以下载下来了。

git credential-osxkeychain erase

你可能感兴趣的:(git clone 问题)