Deployment Error - Check for Broken Link #2721
Answered
by
george-gca
adityamajumdar
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
george-gca
Sep 25, 2024
Replies: 1 comment 7 replies
-
If you check our FAQ, it states:
Note that none of these block your site from being published, this is useful only to inform you if any links are broken. Now, your errors are unexpectedly not useful. What changes have you made to your site already? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem here is that you commited your
Gemfile.lock
.We are currently having some discussions about this error with apple silicon users in #2705. Check if doing
git restore Gemfile.lock
is enough to fix your case. If not, I'd recommend downloading again the Gemfile.lock from our repo, replacing your local one, and pushing this to your repo. Then, try to dogit update-index --assume-unchanged Gemfile.lock
to keep yourGemfile.lock
changes only in your local computer.