Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在用户目录中有一个私有 git 存储库:/dir/subdir/.git
/dir/subdir/.git
在“添加组件”表单字段“源代码存储库:”中,我指定:
ssh://user@domain/dir/subdir
我得到的错误是:
无法获取存储库:致命:'/dir/subdir' 似乎不是 git 存储库致命:无法从远程存储库读取。请确保您具有正确的访问权限并且存储库存在。错误:无法获取原点 (1)
我正在使用ssh类似这样的方式通过 ssh 访问我的存储库,没有任何问题:
ssh
user@domain:dir/subdir
请注意,该ssh协议是隐式的,您需要使用:而不是/between domainand dir。
:
/
domain
dir