前言
记录git使用过程中遇到的问题。
一、常见问题
1、idea 中出现“Сannot Run Git Cannot identify version of git executable: no response”
解决办法:settings->Version Control -> Git;将路径改成手动配置,不由idea自己检测可执行路径。
自动检测:
修改后:
2、提交代码时出现如下错误
Unable to access 'https://github.com/ZhangShuai-King/reserve_zbj.git/':
Unknown SSL protocol error in connection to github.com:443
网上百度,参看链接:https://www.crifan.com/mac_git_push_fatal_unable_to_access_https_github_libressl_ssl_error_syscall/
然后,然而我本地并没有用代理啊,断了下无线重连,居然可以了。。。
3、