我的github
posts - 3243,  comments - 42,  views - 158万

Set up git

At the heart of GitHub is an open source version control system (VCS) called Git. Git is responsible for everything GitHub-related that happens locally on your computer.

Github的核心是一个开源版的控制系统叫做git。Git负责与GitHub相关的所有本地工作。(所以说git和github是两个东西,github是基于git二次开发的)

To use Git on the command line, you'll need to download, install, and configure Git on your computer.

If you want to work with Git locally, but don't want to use the command line, you can instead download and install the GitHub Desktop client. For more information, see "Getting Started with GitHub Desktop."

If you don't need to work with files locally, GitHub lets you complete many Git-related actions directly in the browser, including:

Setting up Git

  1. Download and install the latest version of Git.
  2. Set your username in Git.
  3. Set your commit email address in Git.

Next steps: Authenticating with GitHub from Git

When you connect to a GitHub repository from Git, you'll need to authenticate with GitHub using either HTTPS or SSH.

If you clone with HTTPS, you can cache your GitHub password in Git using a credential helper.

Connecting over SSH

If you clone with SSH, you must generate SSH keys on each computer you use to push or pull from GitHub.

Celebrate

Congratulations, you now have Git and GitHub all set up! What do you want to do next?

https://www.cnblogs.com/wangchuanyang/p/6273025.html

https://blog.csdn.net/qq_39387475/article/details/80654986

 

SSL Routine:alert protocol version(SSL例程:警报协议版本):https://blog.csdn.net/weixin_33712987/article/details/85973393(证书)

https://blog.csdn.net/virusnono/article/details/79361870

https://blog.csdn.net/qq_37423198/article/details/80220522

https://www.oschina.net/news/104771/git-for-windows-2-21-0-released

git更新说明:file:///D:/Program%20Files/Git/Git/ReleaseNotes.html

fatal: the remote end hung up unexpectedly:https://www.cnblogs.com/wangkun1993/p/8514015.html

posted on   XiaoNiuFeiTian  阅读(419)  评论(0编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示