OakChen / oakchen.github.io

Oak Chen's personal blog
https://www.sfysoft.com
0 stars 0 forks source link

Git使用问题与解决方法 | sfysoft #25

Open OakChen opened 4 years ago

OakChen commented 4 years ago

https://www.sfysoft.com/2020/07/29/Git-Issues-and-Solution/

本文记录一些使用Git过程中遇到的问题及其解决办法,如无特别提及,所用环境为git version 2.25.1/Ubuntu 20.04 x64。 git clone时出现302错误 问题现象 执行命令git clone https://XXX.git test,出现如下提示 123Cloning into 'test'...error: RPC failed; HTTP 302 curl

lvitya commented 4 years ago

Thank you for sharing the solution! After upgrading to Ubuntu 20.04 I had exact same problem. Meanwhile my colleagues with lower Ubuntu version don't have this problem.