git on UNC path

后端 未结 7 1921
南方客
南方客 2020-12-10 00:33

I have computer with Windows XP and no Internet connection, only access to network drive. I\'d like to set up a git repository on the network drive and then push to it from

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-10 01:28

    This worked for me:

    git.exe clone "d:/dev/SDK" "//comp1/Proj/git/SDK/"
    

提交回复
热议问题