Cloning a git repo succeeds with the command line, but fails with a git GUI client (e.g. SourceTree)

不问归期 提交于 2019-12-01 13:15:45

In this case you do not need a user name so the "Source Path/URL" entry is just the path repositories/test.git You would see this by hitting the button to the right which gives an open file dialog.

A URL might work but that would be of a form protocol::user@address/path and you would have to have a server running on the machine to respond to the request (in this case a git or http server)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!