PyCharm搭配github错误处理
ssh -T git@github.com 验证时
报错Could not open a connection to your authentication agent.
删除前面生成的.ssh文件 ,重新生成
然后再操作
ssh -T git@github.com 验证时
报错Could not open a connection to your authentication agent.
删除前面生成的.ssh文件 ,重新生成
然后再操作