-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memote Git error #763
Comments
It seems like your git repository does not contain the deployment branch "gh-pages". You can create it yourself with:
Did you start the repository with
Of course, if you only need a snapshot report, try: memote report snapshot /path/to/model |
Yes, that seems to be the problem, that must be fixed for it to work. |
Is there any possible way around it that doesn't require modifying the code? Would it work if I rename main to master maybe? |
We should change the cookiecutter to accept both master and main branches. Renaming the branch at this point won't help. You would have to manually perform the missing steps from the post generation hook. |
Hello,
I am trying to generate a memote report over a local git commit of a model and ran across this issue when trying to run
memote report history --location .
Followed the flowchart on https://memote.readthedocs.io/en/latest/flowchart.html but the error keeps showing up everytime I ran memote report. Could anyone help point out what the issue might be?
The text was updated successfully, but these errors were encountered: