-
When running the tests locally I receive a few errors, all similar to following: Running command: Partial Output:
I originally did a clone of the repo directly and had no failures or errors but when I went back and forked the repo and cloned my fork, I then started receiving these errors. I can see that Linguist::Repo is created using the master OID, and the rugged repo which references the .git folder on my local repo. I am new to GitHub, but I was thinking that the .git would carry the commits from the original repo that I forked, so this should not be an issue when a Commit.lookup is performed. I followed the CONTRIBUTING.md page for adding my language and am looking for some more information regarding this error and any pointers in the right direction to debug this issue. Please let me know if you need more information, or if I should go ahead and start a PR so this issue can be reviewed. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This error happens when you've only forked the master branch (the |
Beta Was this translation helpful? Give feedback.
This error happens when you've only forked the master branch (the
Copy the master branch only
checkbox was checked at the time, which is the default). This test needs thetest/attributes
branch so you need to either refork or perform a full pull from the origin repo and push to your fork.