0
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 1 year has passed since last update.

UnityプロジェクトをGitHubにあげる際のエラー(fatal: the remote end hung up unexpectedly)

Posted at

はじめに

Unityで作成したプロジェクトをGitHubにあげようとしたら、「git add .」のコマンドでエラーが発生したので、解決策を共有します。Macを使用している方向けの内容です。

エラー内容

terminal
warning: in the working copy of 'RPG_dev/Library/PackageCache/com.unity.collab-proxy@1.15.7/.signature', CRLF will be replaced by LF the next time Git touches it
git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly

解決策

こちらの記事を参考にしました。

terminal
brew install git-lfs
git lfs install
git lfs install --system

上記のコマンドを打った後に、「git add .」でいけるはず。

0
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
0
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?