1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

fatal: not in a git directory を解決する方法

Posted at

##動作環境

  • Mac M1チップ
  • iterm2

##「fatal: not in a git directory」が発生

git config user.name 'xxx'

人生はじめてのGitHubとGitを使ってみようと思い、チュートリアル的な記事を読んでいました。

ユーザをセットしようとのことで、上記のコードを打ったところエラーに。

##globalを入れたら解決

git config --global user.name "xxx"

--globalを追加したことで無事解決しました。

###ひとこと
ブログ記事にするのに短すぎるときは、Qiitaを使っていこうと思います。
キータっていうんですね、クイッタだと思ってましたすみません笑

最近はpythonを勉強しています。
pythonのwebスクレイピングで得た値をLINEに通知する方法

  
以上、参考になればうれしいです。
ありがとうございました。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?