Recently, when I contacted laravel, I started using GIT and installed windows for GIT. When I pushed GitHub, I failed the verification. I didn’t add SSH to GitHub account
Follow the tutorial step by step to “SSH add pathname” and the following information will appear:
Most of Baidu said to execute Eval ‘SSH agent – s’ first. However, as shown in the figure above, it has already been executed, and it is still so. So continue with Baidu. Fortunately, we have finally found a solution
Solution: SSH agent is required to start bash, or to hang bash under SSH agent
[specific operation]:
way@DESKTOP-8CTQ9EA MINGW64 /d/XAMpp/htdocs/gitwork (master) $ ssh-agent bash --login -i way@DESKTOP-8CTQ9EA MINGW64 /d/XAMpp/htdocs/gitwork (master) $ ssh-add Identity added: /c/Users/way/.ssh/id_rsa (/c/Users/way/.ssh/id_rsa)
Similar Posts:
- Windows: SSH-add Error connecting to agent: No such file or directory [Solved]
- GaiHab local warehouse and remote library link error [How to Fix]
- Git exception: fatal: could not create work tree dir’XXX’: No such file or directory
- Proxy error: Could not proxy request
- [Solved] GitHub desktop push error: fatal: could not read Username for ‘https://github.com’: No such file or directory
- Git Error: Github:remote: Invalid username or password……
- The solution of ‘STR’ object has no attribute ‘get’ error
- How to Solve Error: Heartbeating to master:7182 failed.
- Git Add The Public Key sign_and_send_pubkey: signing failed: agent refused operation
- [Solved] Go get Error: “The command you provide is v/v0.9.74.mod, it is not well formed.”