gitbutler
gitbutler copied to clipboard
Failing to push/create branch
Whenever I try to push my branch, it throws the error with a message - "Something went wrong".
Also, is there a way to see the logs? I was struggling to locate log file on my mac.
Update: It worked after adding Remote Integration with Github. But I'm not sure if that is a required step, maybe I missed something.
Hey there! I am glad you got it working. Generally this type of error (on fetching or pushing) generally means that git authentication did not work.
A few things that you can try is, in the project settings
try enabling "Ignore host certificate checks".
If this alone does not solve the issue, try out the other authentication options that are available.
If none of this helps, feel free to ping me or somebody else from the team on discord and we will be happy to help out.
In my case I was missing organization permission
- Go to Github settings -> Applications -> Authorized OAuth Apps -> GitButler client -> Organization access
- Click "Grand" next to the organization
By now the application does a good job at communicating the error and offering help:
Based on this, I am closing the issue but invite you to keep commenting if this keeps cropping up or changes shape.