我的问题不是这个问题。
在执行git clone
我收到此错误。比我使用的命令是:
$ git clone "https://gdt.test.com/gitblit/log/?r=mytest.git&h=refs/heads/branch_development"
简单地运行:
$ git clone "https://gdt.test.com/gitblit/log/?r=mytest.git"
我得到错误:
fatal: could not create work tree dir '?r=mytest'.: Invalid argument
我想我需要将完整的 URL 与 r 和 h 参数一起放置。因为这些参数指定了我的存储库的名称。
我做错了(复制和粘贴 URL)。但是,即使使用 URL:
gdt.test.com/gitblit/r/mytest.git/
我收到错误:
'fatal: repository 'gdt.test.com/gitblit/r/mytest.git/'; not found.
如何从 gitblit 摘要页面复制正确的 URL?