1、配置用户信息
git config --global user.name [username]
git config --global user.email [email]
2、查询用户信息
git config --list
3、如果push遇到在输入密码是熟错后,就会报这个错误fatal: Authentication failed for
解决办法:
git config --system --unset credential.helper
之后你在push就会提示输入名称和密码
-------...
-
Linux•2020-07-28• 622Views
mosquitto --用户配置 及权限管理
-
Linux•2020-07-28• 424Views
linux 下mqtt 安装
-
PHP•2019-12-16• 807Views
获取数组值的最大公约数
-
MYSQL•2019-12-16• 610Views
解决mysql---date不能为0, only_full_group_by 问题;
-
GIT•2019-06-20• 949Views
windows下 git 提示 CRLF问题