GitHub提示:Commit failed - exit code 1 received

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
➤微信公众号:山青咏芝(shanqingyongzhi)
➤博客园地址:山青咏芝(https://www.cnblogs.com/strengthen/
➤GitHub地址:https://github.com/strengthen/LeetCode
➤原文地址:https://www.cnblogs.com/strengthen/p/12105525.html
➤如果链接不是山青咏芝的博客园地址,则可能是爬取作者的文章。
➤原文已修改更新!强烈建议点击原文地址阅读!支持作者!支持原创!
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

1、显示隐藏文件:打开终端,执行代码

defaults write com.apple.finder AppleShowAllFiles -boolean true;killall Finder

快捷键:【Shift】 + 【Command】 + 【.】

2、删除【.git】文件夹,即放入的文件夹中含有的【.git】文件夹,删除之。

3、取消显示隐藏文件:打开终端,执行代码

defaults write com.apple.finder AppleShowAllFiles -boolean false;killall Finder

快捷键:【Shift】 + 【Command】 + 【.】

猜你喜欢

转载自www.cnblogs.com/strengthen/p/12105525.html