Skip to content

Instantly share code, notes, and snippets.

@nischalkumar
Created January 12, 2017 10:04
Show Gist options
  • Save nischalkumar/612349a7605224e985272a5f6a6610d2 to your computer and use it in GitHub Desktop.
Save nischalkumar/612349a7605224e985272a5f6a6610d2 to your computer and use it in GitHub Desktop.
➜ flujo-client git:(development) git status
On branch development
Your branch is ahead of 'origin/development' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
➜ flujo-client git:(development) git push
Counting objects: 741, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (493/493), done.
Writing objects: 100% (741/741), 220.14 KiB | 0 bytes/s, done.
Total 741 (delta 162), reused 335 (delta 61)
remote: Resolving deltas: 100% (162/162), completed with 52 local objects.
remote: error: GH006: Protected branch update failed for refs/heads/development.
remote: error: 2 of 2 required status checks are expected. At least one approved review is required
To git@github.com:Flipkart/sellerproduct-service.git
! [remote rejected] development -> development (protected branch hook declined)
error: failed to push some refs to 'git@github.com:Flipkart/sellerproduct-service.git'
➜ flujo-client git:(development)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment