Github user wohali commented on the issue:
https://github.com/apache/couchdb-glazier/pull/2
This isn't a gitbox-integrated repo, so, you have to use
git-wip-us.apache.org's repo.
The process is something like:
```
git clone https://git-wip-us.apache.org/repos/asf/couchdb-glazier
git checkout master
git fetch https://github.com/$username/couchdb $branchname
git merge --no-ff FETCH_HEAD
git push
```
Can you give it a try? As a committer you should have all the access you
need.---
