Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我运行以下命令来更改 git bash 中的路径变量时 - 它可以工作。
在我运行了一些 git-tfs 命令后,它会恢复到原始设置。
可以解释为什么吗?
$ PATH=$PATH:我的 git-tfs 路径放在这里
澄清一下,它首先起作用。但是随后 git-tfs 命令停止工作,这是因为它所在的文件夹不再出现在路径中。
编辑:当我关闭 bash 时,更改不会保存。
添加它.bash_profile以便保存。所以内容会是这样的:
.bash_profile
PATH=$PATH:my git-tfs path goes here export PATH