git common commands The authenticity of host 'github.com (192.30.253.113)' can not be established.

Profile URL: https: //www.liaoxuefeng.com/wiki/896043488029600/898732792973664

1.git status

It was changed files 2.git add display

3.git commit -m "message"

4.git pull origin <branch (branches)>

5.git push -u origin master

 

Encounter problems:

记Git报错-refusing to merge unrelated histories:https://blog.csdn.net/u012145252/article/details/80628451

The authenticity of host 'github.com (192.30.253.113)' can't be established.:https://www.cnblogs.com/wu-song/p/7985594.html

Guess you like

Origin www.cnblogs.com/Limer98/p/12497218.html