第一步:下载

一直next,就好。:

https://blog.csdn.net/qq_34250002/article/details/109492370

如果不放心,这个有说明。

https://www.cnblogs.com/xueweisuoyong/p/11914045.html

 

第二步:初始化

https://blog.csdn.net/weixin_40238374/article/details/108299391

https://github.com/lucifer-hs/md-note/blob/master/git/git.md

初始化输入用户名和邮箱

$ git config --global user.name "您的用户名"
$ git config --global user.email "您的邮箱"

初始化默认编译器

$git config --global core.editor 编译器名字/地址

 

第三部:

Github上注册。

 

第四部:常用10个操作:

0 github和git链接

1 git仓库 记录变更。 2 改动日志。

3 撤销操作。 4 获取远程某个主机的分支更新。 5 版本切换。 6 分支管理。 7 远程仓库地址。

 

第五部:

补充知识:

1 git配置文件种类。loacl 仓库界别,优先级最高。

https://www.cnblogs.com/xueweisuoyong/p/11922045.html

2 如果出错:

git操作是出现Username for 'https://github.com':的验证问题

https://blog.csdn.net/kuangdacaikuang/article/details/90146891?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromBaidu-1.control&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromBaidu-1.control

GitHub教程 如何修改Github用户名

https://blog.csdn.net/qq_36667170/article/details/79067306

出错unable to read askpass response from '/usr/libexec/openssh/gnome-ssh-askpass:

https://blog.csdn.net/lvzhuyiyi4/article/details/19564519

posted on 2020-11-21 22:38  程序员草莓  阅读(147)  评论(0编辑  收藏  举报