省略输入git 用户名密码 仅此项目有效
在项目所在位置打开在git bash交互环境输入命令:
git config credential.helper store
第一次仓库生成pubkey 公钥然后复制到项目的配置文件里面-》之后 使用ssh 的方式进行代码的拉取
ssh-keygen -t rsa -C "ufs_bi"
在项目所在位置打开在git bash交互环境输入命令:
git config credential.helper store
第一次仓库生成pubkey 公钥然后复制到项目的配置文件里面-》之后 使用ssh 的方式进行代码的拉取
ssh-keygen -t rsa -C "ufs_bi"