Git clone ssh with spaces in username, path and different drive

前端 未结 4 787
抹茶落季
抹茶落季 2021-01-21 06:29

I have quantity 3 windows 7 professional machines. Two are setup as development machines (one desktop and one laptop) with Git installed. The third is setup as a file server wit

4条回答
  •  悲&欢浪女
    2021-01-21 07:10

    Yes, you have to repo.git in the end.

    For example you can clone a existing git repository like this

    git clone ssh://user@server:/GitRepos/myproject.git

提交回复
热议问题