当前位置:   article > 正文

初次使用git详细配置步骤及上传代码_上传git要上传配置文件吗

上传git要上传配置文件吗

一. git安装及github账号注册

1. git 安装

下载地址:
https://git-for-windows.github.io/
  • 1
  • 2

2.github创建账号

https://github.com/ 
  • 1

二. git初始化配置

Git安装成功后,打开Git Bash

1.设置user.name和user.email

$ git config --global user.name "你的用户名"
$ git config --global user.email "你的邮箱"
  • 1
  • 2

2.生成SSH秘钥

C盘用户目录下,.ssh文件夹执行

$ ssh-keygen -t rsa -C "你的邮箱"
  • 1

如果不设置密

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/585806
推荐阅读
相关标签
  

闽ICP备14008679号