Git fetch upstream在gitlab上失败了

时间:2014-06-25 04:14:31

标签: git gitlab bitnami

我正在使用bitnami gitlab-6.5.1-0版本。

我为测试仓库创建了一个fork,并添加了上游路径,如下所示

$ git remote -v
origin  git@p.q.r.s:admin/test.git (fetch)
origin  git@p.q.r.s:admin/test.git (push)
upstream    http://p.q.r.s:8085/test/test.git (fetch)
upstream    http://p.q.r.s:8085/test/test.git (push)

当我尝试git fetch upstream时,我看到了以下错误

$ git fetch upstream
error: The requested URL returned error: 401 while accessing http://p.q.r.s:8085/test/test.git/info/refs

fatal: HTTP request failed

不确定我错在哪里

0 个答案:

没有答案