ビルドで過去のコミット数を参照している部分があり、--depth 1
でクローンしたリポジトリのすべての履歴が後から必要になりました。
以下のコマンドですべての過去のコミット数が取得できるようになりました。
git fetch --unshallow
参考
https://stackoverflow.com/questions/6802145/how-to-convert-a-git-shallow-clone-to-a-full-clone
Go to list of users who liked
More than 3 years have passed since last update.
ビルドで過去のコミット数を参照している部分があり、--depth 1
でクローンしたリポジトリのすべての履歴が後から必要になりました。
以下のコマンドですべての過去のコミット数が取得できるようになりました。
git fetch --unshallow
参考
https://stackoverflow.com/questions/6802145/how-to-convert-a-git-shallow-clone-to-a-full-clone
Register as a new user and use Qiita more conveniently
Go to list of users who liked