Tag: ssh
-
GitHub: The unauthenticated git protocol on port 9418 is no longer supported
GitHub recently improved security, so you may get the error below like I did when I tried to install oh-my-zsh on a new Mac. Anton.Perez@amp ~ % sh -c “$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)” Cloning Oh My Zsh… fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more…
-
IntelliJ IDEA: Getting “Fetch failed. Fatal: Could not read from remote repository”
In case you encounter this issue, do the following: 1. Preferences > SSH 2. Make sure SSH executable is set to “Native.” (If already so, switch to “Built-in,” apply it, then switch back to “Native.”) 3. Happy fetching!