-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cheating uh? on Merge changes #177
Comments
Hi @filipebteixeira , That message shows up when the check at this line fails: https://github.com/presslabs/gitium/blob/master/gitium/gitium-webhook.php#L29 In short, that means Gitium doesn't see the correct key and cannot make the pull from the repo. Is it possible that you don't have in your repo the correct key for Gitium? Have you done a key regeneration since the moment you installed Gitium? Or has the site address changed since then? |
Hey, The initial commit was done successfully yesterday, so I'm assuming that the key is correct, right? I didn't do a key regeneration since then and the site address is the same. Thanks! |
Ok, understood. In this case, can you please try the following:
Let me know if you still have errors after that. |
After performing those steps changes were merged correctly. However,
pressing the "Merge changes" button again leds to the same "Cheating uh?"
window.
Pedro Dobrescu <[email protected]> escreveu no dia quarta,
15/05/2019 à(s) 08:24:
… Ok, understood. In this case, can you please try the following:
- logout from the site
- login again
- deactivate & reactivate Gitium
- if the automatic merge didn't take place, try to click on the "Merge
changes" button or simply copy/paste the webhook in your browser
Let me know if you still have errors after that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#177?email_source=notifications&email_token=AG7IOMRDRIM42NW3LL2B3MDPVO3DRA5CNFSM4HM2Y342YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVNYH3I#issuecomment-492536813>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG7IOMWR3WT5MN22MMCY75DPVO3DRANCNFSM4HM2Y34Q>
.
|
I could check that $webhook_key = get_option( 'gitium_webhook_key', '' ); returns empty. If I hardcode the webhook_key on the php file, then the if condition is met, but I get a blank page. I hope this helps to troubleshoot. |
Hello, any updates on this issue? Also, follow the steps that @pdobrescu mentioned, but still not fixed. |
Hi,
When trying to Merge changes, which points to the Webhook, I get the "Cheating uh?" message. Commits from the server to the Gitlab repo is working properly and on the Status I can see a "modified on remote" as well.
Thanks for your help!
The text was updated successfully, but these errors were encountered: