[关闭]
@2890594972 2019-09-11T07:37:00.000000Z 字数 468 阅读 668

代码写作基于Git和基于Svn

git svn


git安装

https://git-scm.com/download/win

sourece tree

https://www.sourcetreeapp.com/

svn下载

https://tortoisesvn.net/downloads.html

git 基于VScode使用过程

1、配置user.name and user.email

https://www.cnblogs.com/lishanlei/p/9476361.html

  1. git config --global user.name "daxiang"
  2. git config --global user.email "2890594972@qq.com"

配置OK,就可以提交到本地
image_1dkeu5shkvl0gfq1m212k2iqr9.png-8.3kB

2、提交到远程仓库

image_1dkeun5k2hek1udd1rvottdgm9m.png-25.2kB
image_1dkeupmq91nujqd0o2ku971kq113.png-24.3kB
输入码云用户名和密码
image_1dkev28c3pufiba190r1uebimd1g.png-5.4kB
https://www.cnblogs.com/sunmingduo/p/10055329.html

不小心出错:
解决办法:清除本地的gitee用户名和密码

  1. git config --system --unset credential.helper

3、成功提交

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注