http方式:
记住密码的方式:http://【账号】:【密码】@【ip】:【port】/【项目路径】/【.git文件】
url举例:http://username:[email protected]:2222/demo/demo.git
https方式:
记住密码的方式:在git bash中配置git config credential.helper store
ssh方式:
记住密码的方式:在git远程仓库中配置ssh公钥。
http方式:
记住密码的方式:http://【账号】:【密码】@【ip】:【port】/【项目路径】/【.git文件】
url举例:http://username:[email protected]:2222/demo/demo.git
https方式:
记住密码的方式:在git bash中配置git config credential.helper store
ssh方式:
记住密码的方式:在git远程仓库中配置ssh公钥。