赞
踩
git查看用户名、邮箱
git config user.name
git config user.email
也可以在系统,用户文件夹下面 gitconfig查看
git config credential.helper
git config --global credential.helper store
可以在运行第一步命令行查看 是store就说明改为明文的方式
此时可以在系统的用户文件夹下面生成一个.git-credentials文件,密码就在里面
位置: C:\Users\***\ .git-credentials
以及在这个文件的边上 你会看到gitconfig配置文件,也可以不用命令行直接在这里修改 helper的类型为store
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。