摘要:
SSH login without passwordYour aimYou want to use Linux and OpenSSH to automize your tasks. Therefore you need an automatic login from host A / user a to Host B / user b. You don't want to enter any passwords, because you want to call ssh from a within a shell script.How to do itFirst log in on 阅读全文
摘要:
I believe this occurs when you are trying to checkout a remote branch that your local git repo is not aware of yet. Try:git remote show originIf the remote branch you want to checkout is under "New remote branches" and not "Tracked remote branches" then you need to fetch them fir 阅读全文