美文网首页
使用git报错destination path 'invitat

使用git报错destination path 'invitat

作者: 你的代码掉了 | 来源:发表于2020-04-08 11:19 被阅读0次

    解决方法如下:

    git init
    git remote add origin https://xxx@xx.git
    git fetch
    git branch master origin/master
    git checkout master
    然后你就可以用
    git add .
    git commit -m “提交信息”
    git push origin master
    对你的代码进行提交上传了。

    相关文章

      网友评论

          本文标题:使用git报错destination path 'invitat

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