问题描述
最近在向github上push代码时报如下错误:
Can't connect to any repository: https://xxx.git (https://xx.git: authentication not supported)
原因分析:
百度上找了半天也没有解决,最后还是去github官网上找到了解决方法。
解决方案:
解决方法:Creating a personal access token 创建一个access token push时候密码是填写这个access token就OK了。
github:方法