sh [Git客户端 - 配置] #github #git #configure

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [Git客户端 - 配置] #github #git #configure相关的知识,希望对你有一定的参考价值。

# IF VIA SSH
# ***********
# If use of ssh key
# ssh-keygen -t rsa -C "user@domain.com"

# Copy ssh key to github.com
# subl ~/.ssh/id_rsa.pub

# Test connection
# ssh -T git@github.com

# VIA HTTPS
# ***********
# Set git config values
git config --global user.name "User Name"
git config --global user.email "user@domain.com"
git config --global github.user username
git config --global github.token your_token_here

以上是关于sh [Git客户端 - 配置] #github #git #configure的主要内容,如果未能解决你的问题,请参考以下文章

git怎么提交代码到github

将 Git 客户端(如 GitHub for Windows)配置为不要求身份验证

Github客户端配置和使用

Git客户端图文详解如何安装配置GitHub操作流程攻略

最新 IntelliJ IDEA 配置 Git / GitHub 过程演示(2021超详细图文版)

git for Mac安装(包含客户端软件Github Desktop的安装配置)