赞
踩
配置vscode git地址 设置中打开gitpath进行路径配置 例如 “git.path”: “C:/下载/Git/cmd/git.exe”,
输入 git config --global http.sslverify “false”
拉取会有提示登陆
提交代码 git push会提示没配置账户邮箱
git config --global user.name ‘123Ksl 账户’
git config --global user.email ‘qq邮箱@qq.com’
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。