【发布时间】:2012-02-14 00:59:54
【问题描述】:
我正在尝试从 git 服务器克隆代码。我正在使用 Windows 7、32 位计算机。我安装了msysgit 和TortoiseGit。
但是每当我尝试克隆命令时,我都会收到以下错误:
git.exe clone --progress -v "http://vcs.hiit.fi/git/hiit_wfa" "C:\Users\athukora\Desktop\HIIT wide focus area\hiit_wfa"
Cloning into 'C:\Users\athukora\Desktop\HIIT wide focus area\hiit_wfa'...
error: The requested URL returned error: 401 (curl_result = 22, http_code = 401, sha1 = 9b1b551b5e4b7c7666df38c129d1ecc480c77347)
error: Unable to find 9b1b551b5e4b7c7666df38c129d1ecc480c77347 under http://vcs.hiit.fi/git/hiit_wfa
Cannot obtain needed object 9b1b551b5e4b7c7666df38c129d1ecc480c77347
while processing commit 876cb1098d91238e87c239b8151eeba5330f4480.
error: Fetch failed.
有人可以帮我找出这个问题的原因吗?
【问题讨论】:
标签: git msysgit tortoisegit