我發現在使用git commit -m 'this is my first commit, i am so happy!'時會出錯 但改成git commit -m "this is my first commit, i am so happy!"就好了
精選技術文章、免費程式設計資源、以及業界重要新聞!
也歡迎訂閱 YouTube 頻道,觀看每週二晚間 8 點的《CodeLove Talk》直播節目,一起討論軟體開發相關的話題!
我發現在使用git commit -m 'this is my first commit, i am so happy!'時會出錯

但改成git commit -m "this is my first commit, i am so happy!"就好了