我正在尝试使用Ubuntu Quantal在另一台PC中克隆/拉存储库。我以前在Windows上已经做到了,但是我不知道ubuntu的问题是什么。我尝试了这些:
git clone file:////pc-name/repo/repository.git
git clone file:////192.168.100.18/repo/repository.git
git clone file:////user:pass@pc-name/repo/repository.git
git clone smb://c-pc/repo/repository.git
git clone //192.168.100.18/repo/repository.git
我总是得到:
Cloning into 'intranet'...
fatal: '//c-pc/repo/repository.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
要么
fatal: repository '//192.168.100.18/repo/repository.git' does not exist
更多:
- 另一台PC拥有用户名和密码
- 不是网络问题,我可以访问并ping它。
- 我刚安装git做的
apt-get install git
(已安装依赖项) - 我从终端运行git(我没有使用git-shell)
是什么原因造成的,以及如何解决此问题?任何帮助将是巨大的!
更新
我已经在Windows上克隆存储库,使用git clone //192.168.100.18/repo/intranet.git
没有问题。因此,该仓库可以访问并且存在!也许问题出在用户凭证上?
我不是,如果这个问题属于这里很确定,但我看到的SF类似的问题
—
托马斯拉米雷斯