美文网首页Development
Support for password authenticat

Support for password authenticat

作者: survivorsfyh | 来源:发表于2023-01-30 09:40 被阅读0次

    Github 之前配的 Personal access tokens 逾期,首先需要 重新生成新的 token;
    其次,在对应项目目录的终端中, git 初始化;

    git init
    

    再其次,将新生成的 token 与对应的项目重新关联;

    git remote set-url origin https://<token>@github.com/<github用户名>/<当前项目在git中的仓储名称>.git
    

    最后,尝试重新上传 push 即可.


    以上便是此次分享的全部内容,希望能对大家有所帮助!

    相关文章

      网友评论

        本文标题:Support for password authenticat

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