博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
git remote: Permission to denied
阅读量:2024 次
发布时间:2019-04-28

本文共 412 字,大约阅读时间需要 1 分钟。

出错内容如下:

D:\GIT\doubango>git push origin quantum6Username for 'https://github.com': quantum6Password for 'https://quantum6@github.com':remote: Permission to DoubangoTelecom/doubango.git denied to quantum6.fatal: unable to access 'https://github.com/DoubangoTelecom/doubango/': The requested URL returned error: 403

配置一下:

git config --global user.name quantum6git config --global user.email quantum6@yeah.net

然后检查:

转载地址:http://qqkaf.baihongyu.com/

你可能感兴趣的文章
测试开发岗技能要求
查看>>
python3基础06(随机数的使用)
查看>>
python3绘图示例3(基于matplotlib:折线图等)
查看>>
python3基础11(正则表达式及re模块)
查看>>
python3绘图示例2(基于matplotlib:柱状图、分布图、三角图等)
查看>>
python3绘图示例5(基于matplotlib:正弦图等)
查看>>
python3绘图示例4(基于matplotlib:箱线图、散点图等)
查看>>
区块链学习笔记01(基本介绍)
查看>>
matplotlib安装指南
查看>>
Python3爬虫04(其他例子,如处理获取网页的内容)
查看>>
区块链学习笔记02(区块链分类及共识机制)
查看>>
python3基础14(有关日期的使用2)
查看>>
python3基础13(format的使用)
查看>>
python3绘图示例6-2(基于matplotlib,绘图流程介绍及设置等)
查看>>
python3绘图示例6-1(基于matplotlib,绘图流程介绍及设置等)
查看>>
LeetCode002. Add Two Numbers
查看>>
LeetCode003.Longest Substring Without Repeating Characters
查看>>
Python find()和index()区别
查看>>
LeetCode005. Longest Palindromic Substring
查看>>
LeetCode019. Remove Nth Node From End of List
查看>>