- 
    Bug 
- 
    Resolution: Fixed
- 
    Minor 
- 
    None
- 
        
- 
        4.12.1
The example curl call from the documentation is missing double quotes. See here why this is problematic.
Current version:
curl http://yourserver/git/notifyCommit?url=<URL of the Git repository>&token=<Access token>
Proposed solution:
curl "http://yourserver/git/notifyCommit?url=<URL of the Git repository>&token=<Access token>"
- links to