Closed joeblew99 closed 7 years ago
Re the first case - where you cloned it - you're trying to push to the ponzu-cms/ponzu
remote and you don't have permission.
You can get round this and assign a new origin (your github repo) to which you can push your changes like this:
git remote remove origin
git remote add origin https://github.com/gedw99/ponzu
# optionally add back the ponzu remote so you can sync changes to your remote
git remote add upstream https://github.com/ponzu-cms/ponzu
Then git push origin ponzu-dev
should resolve to your repo.
@joeblew99 - have you been able to get it working with @olliephillips' suggestion? Thanks for helping Ollie!
Closing this for now due to inactivity, but please feel free to comment here for additional help.
I am not using a fork of ponzu.
I git cloned the dev branch, but cant push the changes
If i do a git fork first, and then try to build, it does not build because the file paths are wrong. Gotta be an easy way to get around this i dont know ??