remote: chenchunbo_net_fish: Incorrect username or password (access token)如何解决?

Posted 水香木鱼

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了remote: chenchunbo_net_fish: Incorrect username or password (access token)如何解决?相关的知识,希望对你有一定的参考价值。

 当出现以下命令时:remote:***:Incorrect username or password (access token)

据可视化图形/ecarts-spark (master)
$ git push
remote: chenchunbo_net_fish: Incorrect username or password (access token)
fatal: Authentication failed for 'https://gitee.com/chenchunbo_net/ecarts-spark.git/'

表示为gitee 密码已经修改过

解决方式:一行命令就搞定  输入git push origin master 会立即弹出 输入用户框和密码框  重新输入账号和密码即可

$ git push origin master

 

以上是关于remote: chenchunbo_net_fish: Incorrect username or password (access token)如何解决?的主要内容,如果未能解决你的问题,请参考以下文章

73Remoting通讯 System.Runtime.Remoting

Remoting和Webservice的区别

Remote—基本原理介绍

Nginx proxy_pass 与 $remote_addr

如何伪造 $_SERVER['REMOTE_ADDR'] 变量?

使用VSCode的Remote-SSH连接Linux进行远程开发