Git display terminal Chinese into English display method, Permission denied (publickey) solution

If you use the oh-my-zsh need to change .zshrc file: terminal, enter the following command:

echo "alias = Go 'LANG = en_GB go,'" >> ~ / .zshrc

Here Insert Picture Description

Stretching of new computer codes encountered in the code cloud solutions record:

  1. By SSH link to download the git @ mayun beginning,
  2. git config -list, see whether the correct user name and mailbox
  3. Times Permission denied (publickey) errors, expressed the need for computer-generated current public key SSH, enter the command in the terminal
  4. cd ~/.ssh
  5. open . (Open the folder)
  6. Delete the original ssh folder id_rsa.pub and other documents
  7. Generate a new file: input terminal ssh-keygen
  8. Continuous Enter
  9. Get new id_rsa.pub
  10. Copy the contents of the code id_rsa.pub cloud - personal settings - the SSH public key - the new Public.
  11. carry out
Published 18 original articles · won praise 10 · views 612

Guess you like

Origin blog.csdn.net/llq886/article/details/105120273