question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fatal: Couldn't find remote ref

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
shijianjiancommented, Oct 30, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found