# ?windows?下
`.gitconfig`?文件中添加
```
[credential]
????helper?=?store
```
或者在`git?bash`?中執行
```
git?config?--global?credential.helper?store
```
我的原生是`helper?=?manager`
如果修改不成功的話,修改?`C:\\Users\\Administrator`?的
`.git-credentials`?文件
把自己的賬號和密碼輸入進去,如下:
```
https://dlc108725426%40qq.com:hf5144672@git.oschina.net
```
# ?Linux?下
`/root/.gitconfig`?進行修改
```
[credential]
????helper?=?store
```
- 其他
- Git submodule 如何刪除一個 submodule
- 解 git submodule 無映射路徑的問題
- 刪除分支
- git revert
- 基本命令
- git reset的三種模式
- ignore的使用
- git tag
- 用戶相關
- 問題
- 重命名遠程分支
- 注意事項
- GIT里設置大小寫敏感
- 如何處理git每次提交都輸入密碼
- Git 工作流程
- 詳細使用
- git 放棄更改
- 子模塊兒
- 增加子模塊兒
- 刪除子模塊兒
- 更新子模塊兒
- 分支
- 分支(branch)操作
- git刪除遠程分支和本地分支
- 項目屬于哪個分支
- 標簽(tag)操作
- 命令
- branch
- remote
- clone
- tag
- log
- reflog
- diff
- reset
- merge
- push
- pull
- submodule
- 分支命名