Windows下Github使用教程.PDFVIP

  • 81
  • 0
  • 约小于1千字
  • 约 6页
  • 2019-01-12 发布于天津
  • 举报
Windows下Github使用教程

Windows 下Github 使用教程 1) 到github 申请账号 2) 到这里下载最新版msysgit。安装的时候最好还是允许在shell 中嵌入git 命令,相对比 较方便的。 3) 开始菜单-打开 Git Bash-git 的初始设置。用户名随便,邮箱名为刚才申请用的邮箱。 git config --global Your Real Name git config --global user.email you@email.address 4) 开始菜单-打开Git Bash-创建SSH 密匙,输入以下命令: ssh-keygen -C your@email.address -t rsa 确认使用默认路径,然后输入两次密码就行。 可以使用以下命令测试连接: SSH -v git@ 会要求输入你刚才设置的密码(空密码除外),如果成功的话可以看到这样的 ERROR: ERROR: Hi Arthraim! Youve successfully authenticated, but GitHub does not provide shell access 5) 提交密钥。回到github 的页面上,在右上方工具栏里找到Account Settings 。在这个

文档评论(0)

1亿VIP精品文档

相关文档