-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Can't specify http.extraheader #424
Comments
I have the same problem. Did you manage to find a solution ? |
In my testing, the commands in your example are passed to the
|
For me, the problem is with the clone command so I can't use the addConfig given the fact that I don't have local git configuration yet. |
You could try logging all output by adding the
The standard |
So I ran the clone command with simple-git and in command line. And here is the difference in the trace logs:
With Command Line
|
The format of the
Whereas this fails:
Please can you check that your header argument is formatted without the quotes... |
You are correct. Thank you ! It works now. |
No problem, I'll add to the readme shortly. @ermshiperete this info should resolve your query too - please ensure you are passing a correctly formatted string as the |
I'm trying to implement the equivalent of
However, the following doesn't work:
I get a
The requested URL returned error: 400
from github whereas calling the above command on the command line works. Is this a bug or am I doing something wrong?The text was updated successfully, but these errors were encountered: