diff --git a/Software/Applications/Git/Git_使用说明.md b/Software/Applications/Git/Git_使用说明.md index 9c7fba8..def11bf 100644 --- a/Software/Applications/Git/Git_使用说明.md +++ b/Software/Applications/Git/Git_使用说明.md @@ -470,7 +470,17 @@ git submodule deinit git rm ``` -## 16.外部参考资料 +## 16.环境变量 + +### 16.1.GIT_TERMINAL_PROMPT + +该变量设置是否允许 git 在终端中弹出提示,如 https 的用户密码输入提示等。如果 git clone 时出现:“terminal prompts disabled”字样,可在终端中进行如下设置: + +```bash +GIT_TERMINAL_PROMPT=1 +``` + +## 17.外部参考资料 1. [Pro Git](https://git-scm.com/book/zh/v2) 2. [Git Reference Manual](https://git-scm.com/docs)