美文网首页
2018-12-18 如何与github上的账号成功建立密钥对

2018-12-18 如何与github上的账号成功建立密钥对

作者: keaidelele | 来源:发表于2018-12-18 10:52 被阅读8次

    https://blog.csdn.net/u013894429/article/details/78960813

    接下来我们就可以在github上建立仓库,然后按照github给的指示构建项目

    echo "# learning_pytorch" >> README.md
    git init
    git add README.md
    git commit -m "first commit"
    git remote add origin git@github.com:linnabrown/learning_pytorch.git
    git push -u origin master
    

    相关文章

      网友评论

          本文标题:2018-12-18 如何与github上的账号成功建立密钥对

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