使用github出现的错误以及解决办法

简介: 1、archermind@aclgcl-ubnt:/local/frameworktools$ git push error: The requested URL returned error: 403 while accessing https://github.

1、archermind@aclgcl-ubnt:/local/frameworktools$ git push

error: The requested URL returned error: 403 while accessing https://github.com/songjinshi/frameworktools.git/info/refsfatal: HTTP request failed

解决办法:

git remote set-url origin https://songjinshi@github.com/songjinshi/frameworktools.git


2、error: RPC failed; result=22, HTTP code = 0

解决办法:

git config http.postBuffer 524288000

目录
相关文章
|
2月前
|
网络协议
github403的问题解决办法
github403的问题解决办法
116 0
|
Web App开发 存储 安全
浏览器网络无法连接github的解决办法
浏览器网络无法连接github的解决办法
2145 0
|
网络协议
github403的问题解决办法
在自己github推送代码的时候,突然爆出如下的错误:LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
194 0
|
Python
GitHub编程语言显示识别错误
GitHub编程语言显示识别错误
100 0
|
Ubuntu 网络安全 开发工具
3_Github使用
3_Github使用
140 0
3_Github使用
Cocoapods报错LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443解决办法
Cocoapods报错LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443解决办法
808 0
|
5G 网络安全 开发工具
【错误记录】GitHub 错误 ( Push failed Unable to access xx:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 )
【错误记录】GitHub 错误 ( Push failed Unable to access xx:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 )
357 0
【错误记录】GitHub 错误 ( Push failed Unable to access xx:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 )
|
Linux 开发工具 git
如何修改Github上提交的错误用户地址和姓名
如何修改Github上提交的错误用户地址和姓名
175 0
使用smartgit拉取github项目出现: Exhausted available authentication methods错误
使用smartgit拉取github项目出现: Exhausted available authentication methods错误
524 0
使用smartgit拉取github项目出现: Exhausted available authentication methods错误
|
开发工具 git
如何处理在webIDE里使用git push推送修改到github网站的错误消息
如何处理在webIDE里使用git push推送修改到github网站的错误消息
106 0
如何处理在webIDE里使用git push推送修改到github网站的错误消息