ローカル環境で新規ファイルを作成し、そのファイルに209行分のクエリを書いた。
その後、ブランチをリモートへプッシュを行い、プルリクエストを作成したが、209行のファイルの中身が表示されず、
と表示される。
git diffを用いてNo Newline at End of Fileが表示されていたが、それを解決した後にも
上記のエラーが発生し、プルリクエストの内容を見ることができない。
ご不便をおかけしており恐れ入ります。
お調べしたところ、同様の現象に対し、こちらのコミュニティ記事に解決策が記載されておりました。こちらをお試しいただけますでしょうか。
—
—
もしこちらで解決できないような場合、以下よりサポートチケットを作成しお問い合わせいただければと存じます。
https://support.atlassian.com/ja/contact/#/
ご確認のほどよろしくお願いします。
Hello @内野隼汰 ,
and welcome to the Community!
That message is usually shown when you're reviewing a large pull request that includes a lot of changes and ends up exceeding the Limits for viewing contents and diffs :
A file's diff cannot exceed 2000 changed lines or 102,400 bytes (100 KB) of raw diff data.
The entire diff cannot exceed 8000 changed lines.
The maximum number of files in a single diff is limited to 200.
Could you please confirm if the diff of your pull request is not exceeding any of those limits?
Thank you, @内野隼汰 !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
git diffを用いてNo Newline at End of Fileが表示されていたが、それを解決した後にも
上記のエラーが発生し、プルリクエストの内容を見ることができない。
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.