You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
This also throws an API error in the mix ☝️ 22:18:03 worker.1 | W, [2017-05-06T22:18:03.676443 #27884] WARN -- : POST https://api.github.com/repos/pH-Inc/testEnterprise/issues: 404 - Not Found // See: https://developer.github.com/v3 (Octokit::NotFound) which I will reference in another issue
I would expect this to work without a problem, since adding another line shouldn't cause a merge conflict. I'm going to do what I can to figure this out, but would appreciate any 👀 from people more familiar with this app.
The text was updated successfully, but these errors were encountered:
Overview
After successfully syncing the first commit, all future commits create merge conflicts.
Environment
testDotCom
hosted on GitHub.comtestEnterprise
hosted on GitHub EnterpriseSteps to reproduce
testDotCom
and initialize with a readmetestEnterprise
git remote add enterprise <path>
git push -u enterprise master
http://<ngrokOrAWSPath>/sync?sync_method=squash&dest_repo=org/testEnterprise&destination_hostname=HOST
This also throws an API error in the mix ☝️
22:18:03 worker.1 | W, [2017-05-06T22:18:03.676443 #27884] WARN -- : POST https://api.github.com/repos/pH-Inc/testEnterprise/issues: 404 - Not Found // See: https://developer.github.com/v3 (Octokit::NotFound)
which I will reference in another issueI would expect this to work without a problem, since adding another line shouldn't cause a merge conflict. I'm going to do what I can to figure this out, but would appreciate any 👀 from people more familiar with this app.
The text was updated successfully, but these errors were encountered: