1.设置连接
git remote add https://***.git //填写remote reposite 上的项目连接
2.配置本地信息
git config --local user.name "***"
git config --local user.email "***"
3.推
git push origin master
1.设置连接
git remote add https://***.git //填写remote reposite 上的项目连接
2.配置本地信息
git config --local user.name "***"
git config --local user.email "***"
3.推
git push origin master