我有一个本地的git仓库文件夹(不是托管在任何地方),我想要链接到竹子,但我不知道正确的git url是什么。
我试过了:
/e:/path/to/repo
/e:/path/to/repo.git
file:///e:/path/to/repo
file://e:/path/to/repo
但它不起作用。我不知道下一步该怎么做。
发布于 2020-11-23 21:44:30
要添加本地Git存储库,您必须选择'Git‘作为存储库主机类型,并添加E:\path\to\repo (适用于Windows)和/path/to/gitrepo (适用于基于Linux的发行版)作为repository URL。
下面的屏幕截图显示了它的外观:

https://stackoverflow.com/questions/64929216
复制相似问题