Git submodules and ssh access

前端 未结 5 1004
遇见更好的自我
遇见更好的自我 2020-12-02 15:30

I have some trouble with a git repository that contains several submodules.

The super git repository was constructed with the commands

mkdir projectn         


        
5条回答
  •  悲哀的现实
    2020-12-02 15:44

    Do not include the username in the URL. git will prompt for the username and password when you clone/pull/etc

提交回复
热议问题