[Git123]|[Git123] Git常用命令及错误处理

=== 常用命令 ===
参考:https://www.cnblogs.com/ldj3/p/9172804.html
>git init
>git clone -b feature-branch-123 https:xxx.git


=== 常见错误 ===

  • github clone报错error: RPC failed; result=56, HTTP code = 200
参考解决方案:
git config https://blog.csdn.net/qq_34121797/article/details/79561110

  • git SSH authenticity of host can't be established
参考解决方案:
https://blog.csdn.net/lqlqlq007/article/details/78983879

【[Git123]|[Git123] Git常用命令及错误处理】转载于:https://www.cnblogs.com/cathygx/p/11582977.html

    推荐阅读