前提・実現したいこと
現在プログラミングの勉強をしています。Gitの使用法を勉強していたのですが、 git status というコマンドを入力したところ、以下のエラー(?)メッセージが出てきてしまいました。
本当は
On branch master
No commits yet nothing to commit (create/copy files and use "git add" to track)
と出てくるそうなのですが、昨日PCのホスト名を変更した後Gitへのcommitがうまくできず誤ってターミナルを消してしまってからずっと以下のメッセージが出てくるままです。
どう入力すれば上記の文言が出てくるのか教えていただきたいです。
使用しているのはmacbook Airのターミナル macOSはBig Sur 11.1です
物凄く初心者で、説明も下手で恐れ入りますが教えていただけたら嬉しいです。よろしくお願いします。
発生している問題・エラーメッセージ
warning: could not open directory '.Trash/': Operation not permitted On branch master No commits yet Untracked files: (use "git add <file>..." to include in what will be committed) .zsh_history .zsh_sessions/ Desktop/ Downloads/ Library/ Pictures/ nothing added to commit but untracked files present (use "git add" to track) ユーザー名 ~ %
あなたの回答
tips
プレビュー