-
Notifications
You must be signed in to change notification settings - Fork 54
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
403 forbidden error #18
Comments
Are you behind a proxy? Try running it with:
|
Hi razius, Thanks for the quick response. I tried using USE_PROXY, but still the same error. |
on the server it gives as below - |
Hi razius, 10.80.17.148 - - [09/Mar/2017 06:56:52] "GET / HTTP/1.1" 200 - |
Hi razius,
I tried using the handler. However it is giving 403 forbidden error.
do we have to provide crentials. If yes, Where and how?
Below is the repos.json -
{
"migunjan/gunjan_test": {
"path": "/home/gunjan_test",
"key": "SecretKey",
"action": [["git", "pull", "origin", "master"]]
}
}
RESPONSE -
<title>403 Forbidden</title>Headers
Content-Length: 234
Content-Type: text/html
Date: Tue, 07 Mar 2017 11:28:37 GMT
Server: Werkzeug/0.11.15 Python/2.6.6
Body
Forbidden
You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.
Please help
The text was updated successfully, but these errors were encountered: