fatal: Couldn't find remote ref
See original GitHub issueI am running into an issue with the git checkout.
Checkout git repository
fatal: Couldn't find remote ref changelog
error: pathspec 'changelog' did not match any file(s) known to git
Which is triggered by: https://github.com/saadmk11/changelog-ci/blob/73b906e9060f5fbfa4112bccc114ed59fba076f4/scripts/changelog-ci.py#L555-L559
May I ask why do we need to checkout if we have actions/checkout@v2
already?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
git pull remote branch cannot find remote ref - Stack Overflow
Specify remote branch in pull/push commands every time (case sensitive): ... git fetch --prune --all Fetching origin fatal: couldn't find remote ref ...
Read more >Git Error: 'fatal: Couldn't find remote ref master'
Step 1 - Rename Local Branch · Step 2 - Rename Remote Branch · Step 3 - Delete 'master' Remote Branch · Step...
Read more >fatal couldn't find remote ref master main - Error in git - YouTube
git. fatal couldn't find remote ref master main - Error in git - git subtree - pull or fetch error. 7K views 8...
Read more >"Couldn't find remote ref" error in Bitbucket
These errors occur generally when you try to merge changes from a forked repository to the main repository and check the box for...
Read more >"Couldn't find remote ref master" : r/git - Reddit
"fatal: couldn't find remote ref master". Why is this error happening? How should I fix it? r/git - "Couldn't find remote ref master"....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It is not pretty doable I think. I cannot find the link but github APIs are not supporting this. You will only have read access to main repo issues. Good luck with this!
Also, one potential feature may be to disable the generation of “other changes”. So the not labelled PRs will not be included in the changelog.
closing in favor of https://github.com/saadmk11/changelog-ci/issues/41 and https://github.com/saadmk11/changelog-ci/issues/42