Hello, When I am running the fetch command by following this example https://github.com/nodegit/nodegit/blob/master/example/fetch.js#L11 I am getting error as "Unexpected HTTP status code: 401" when trying to execute download function. I use a private repository and when I use git remote -v it displays as https://example.com/myrepository.git. Is this something to do with the type of protocol ? since it uses https instead http ?
Hello, When I am running the fetch command by following this example https://github.com/nodegit/nodegit/blob/master/example/fetch.js#L11 I am getting error as "Unexpected HTTP status code: 401" when trying to execute
downloadfunction. I use a private repository and when I usegit remote -vit displays as https://example.com/myrepository.git. Is this something to do with the type of protocol ? since it uses https instead http ?