当前位置:   article > 正文

Github遇到的问题解决方法总结(持续更新...)_github崩了

github崩了

1.github每次push都需要输入用户名和token的解决方法

push前,执行下面命令 :

git config --global credential.helper store

之后再输入一次用户名和token之后,就不用再输入了。

2.git push时遇到“fatal: unable to access 'https://github.com/XXXXXXX/': gnutls_handshake() failed: The TLS connection was non-properly terminated.”错误时解决方法

命令行输入:

git config --global credential.helper store

重新验证用户名、token就可以解决。 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/代码探险家/article/detail/907111
推荐阅读
相关标签
  

闽ICP备14008679号