git拼接用户名密码拉取代码
HTTP 方式拉取代码url拼接帐号密码git clone https://用户名:密码@gitee.com/use-items/lake-vue.giteg: git clone https://username:password@gitee.com/use-items/lake-vue.gitusername:写自己的git用户名password:git的密码后续pull、push操作不需要再输入密码缺点:url记录着密码明文,不安全(git config remote.origin.u









