git on UNC path

后端 未结 7 1790
南方客
南方客 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/"
    
    0 讨论(0)
提交回复
热议问题