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.
当我使用 putty ssh 登录到远程 linux 主机时,如果我不运行该命令,它会要求我运行“knit -f”(每天一次)它开始询问我所有 git 命令“git pull”的密码
我想知道为什么会发生这种情况,以及是否有办法在每次我的腻子会话开始时自动运行此命令。
You can add the command to the startup file of your shell on the linux host (e.g. .bash_profile if you use bash.)
.bash_profile
bash