美文网首页
github操作

github操作

作者: Guyere | 来源:发表于2019-08-08 17:04 被阅读0次

    跟远程建立关联:git remote add origin 你的地址

    秘钥: ssh-keygen -t rsa -C "你的邮箱"

    检查:ssh -T git@github.com

    解决失效: ssh-keyscan -H github.com>>~~/.ssh/known_hosts

    添加 暂存区:git add .

    初始化仓库:  git init

    相关文章

      网友评论

          本文标题:github操作

          本文链接:https://www.haomeiwen.com/subject/kwqoaqtx.html