I've been trying to push the changes directly from atom but having no success at all, I can do it using Git Bash / Git GUI but wanted to use directly on atom.
[What did you expect to happen?]
That I could send my commits from atom to github
Actual behavior:
I cant, and I need to use other tools for that.
[What actually happened instead?]
it gives me some errors, cant really understant it at all.
Reproduces how often:
[What percentage of the time does this happen?]
100% of time.
1.24.0
windows 10
Error:
04:55:03.135642 git.c:344 trace: built-in: git 'push' 'origin' 'master'
04:55:03.138634 run-command.c:626 trace: run_command: 'remote-https' 'origin' 'https://github.com/RafaelNGP/Site-projeto.git'
04:55:03.211896 git.c:576 trace: exec: 'git-remote-https' 'origin' 'https://github.com/RafaelNGP/Site-projeto.git'
04:55:03.212884 run-command.c:626 trace: run_command: 'git-remote-https' 'origin' 'https://github.com/RafaelNGP/Site-projeto.git'
04:55:03.296768 http.c:648 == Info: Couldn't find host github.com in the _netrc file; using defaults
04:55:03.313780 http.c:648 == Info: Trying 192.30.253.112...
04:55:03.313780 http.c:648 == Info: TCP_NODELAY set
04:55:03.496052 http.c:648 == Info: Connected to github.com (192.30.253.112) port 443 (#0)
04:55:03.497053 http.c:648 == Info: schannel: SSL/TLS connection with github.com port 443 (step 1/3)
04:55:03.497053 http.c:648 == Info: schannel: checking server certificate revocation
04:55:03.502057 http.c:648 == Info: schannel: sending initial handshake data: sending 175 bytes...
04:55:03.502057 http.c:648 == Info: schannel: sent initial handshake data: sent 175 bytes
04:55:03.502057 http.c:648 == Info: schannel: SSL/TLS connection with github.com port 443 (step 2/3)
04:55:03.502057 http.c:648 == Info: schannel: failed to receive handshake, need more data
04:55:03.666172 http.c:648 == Info: schannel: SSL/TLS connection with github.com port 443 (step 2/3)
04:55:03.666172 http.c:648 == Info: schannel: encrypted data got 1436
04:55:03.666172 http.c:648 == Info: schannel: encrypted data buffer: offset 1436 length 4096
04:55:03.666172 http.c:648 == Info: schannel: encrypted data length: 1334
04:55:03.666172 http.c:648 == Info: schannel: encrypted data buffer: offset 1334 length 4096
04:55:03.666172 http.c:648 == Info: schannel: received incomplete message, need more data
04:55:03.666172 http.c:648 == Info: schannel: SSL/TLS connection with github.com port 443 (step 2/3)
04:55:03.666172 http.c:648 == Info: schannel: encrypted data got 2158
04:55:03.666172 http.c:648 == Info: schannel: encrypted data buffer: offset 3492 length 4096
04:55:03.670175 http.c:648 == Info: schannel: sending next handshake data: sending 126 bytes...
04:55:03.832349 http.c:648 == Info: schannel: SSL/TLS connection with github.com port 443 (step 2/3)
04:55:03.832349 http.c:648 == Info: schannel: encrypted data got 51
04:55:03.832349 http.c:648 == Info: schannel: encrypted data buffer: offset 51 length 4096
04:55:03.834350 http.c:648 == Info: schannel: SSL/TLS handshake complete
04:55:03.834350 http.c:648 == Info: schannel: SSL/TLS connection with github.com port 443 (step 3/3)
04:55:03.834350 http.c:648 == Info: schannel: stored credential handle in session cache
04:55:03.834350 http.c:595 => Send header, 0000000185 bytes (0x000000b9)
04:55:03.834350 http.c:607 => Send header: GET /RafaelNGP/Site-projeto.git/info/refs?service=git-receive-pack HTTP/1.1
04:55:03.834350 http.c:607 => Send header: Host: github.com
04:55:03.834350 http.c:607 => Send header: User-Agent: git/2.15.0.windows.1
04:55:03.834350 http.c:607 => Send header: Accept: /
04:55:03.834350 http.c:607 => Send header: Accept-Encoding: gzip
04:55:03.834350 http.c:607 => Send header: Pragma: no-cache
04:55:03.834350 http.c:607 => Send header:
04:55:05.284162 http.c:648 == Info: schannel: client wants to read 16384 bytes
04:55:05.284162 http.c:648 == Info: schannel: encdata_buffer resized 17408
04:55:05.284162 http.c:648 == Info: schannel: encrypted data buffer: offset 0 length 17408
04:55:05.284162 http.c:648 == Info: schannel: encrypted data got 313
04:55:05.284162 http.c:648 == Info: schannel: encrypted data buffer: offset 313 length 17408
04:55:05.284162 http.c:648 == Info: schannel: decrypted data length: 284
04:55:05.284162 http.c:648 == Info: schannel: decrypted data added: 284
04:55:05.284162 http.c:648 == Info: schannel: decrypted data cached: offset 284 length 16384
04:55:05.284162 http.c:648 == Info: schannel: encrypted data buffer: offset 0 length 17408
04:55:05.284162 http.c:648 == Info: schannel: decrypted data buffer: offset 284 length 16384
04:55:05.284162 http.c:648 == Info: schannel: schannel_recv cleanup
04:55:05.284162 http.c:648 == Info: schannel: decrypted data returned 284
04:55:05.284162 http.c:648 == Info: schannel: decrypted data buffer: offset 0 length 16384
04:55:05.284162 http.c:595 <= Recv header, 0000000037 bytes (0x00000025)
04:55:05.284162 http.c:607 <= Recv header: HTTP/1.1 401 Authorization Required
04:55:05.284162 http.c:595 <= Recv header, 0000000026 bytes (0x0000001a)
04:55:05.284162 http.c:607 <= Recv header: Server: GitHub Babel 2.0
04:55:05.284162 http.c:595 <= Recv header, 0000000026 bytes (0x0000001a)
04:55:05.284162 http.c:607 <= Recv header: Content-Type: text/plain
04:55:05.284162 http.c:595 <= Recv header, 0000000020 bytes (0x00000014)
04:55:05.284162 http.c:607 <= Recv header: Content-Length: 54
04:55:05.284162 http.c:595 <= Recv header, 0000000040 bytes (0x00000028)
04:55:05.284162 http.c:607 <= Recv header: WWW-Authenticate: Basic realm="GitHub"
04:55:05.284162 http.c:595 <= Recv header, 0000000056 bytes (0x00000038)
04:55:05.284162 http.c:607 <= Recv header: X-GitHub-Request-Id: 3936:0CCF:8EE3DA:130893E:5A9E4957
04:55:05.284162 http.c:595 <= Recv header, 0000000023 bytes (0x00000017)
04:55:05.284162 http.c:607 <= Recv header: X-Frame-Options: DENY
04:55:05.284162 http.c:595 <= Recv header, 0000000002 bytes (0x00000002)
04:55:05.284162 http.c:607 <= Recv header:
04:55:05.284162 http.c:621 <= Recv data, 0000000054 bytes (0x00000036)
04:55:05.284162 http.c:636 <= Recv data: Anonymous access to RafaelNGP/Site-projeto.git denied.
04:55:05.284162 http.c:648 == Info: Connection #0 to host github.com left intact
04:55:05.284162 run-command.c:626 trace: run_command: '/C/Users/Rafael NGP/AppData/Local/Temp/github-11826-11596-7ufdno.dbf0s02j4i/git-credential-atom.sh get'
/C/Users/Rafael NGP/AppData/Local/Temp/github-11826-11596-7ufdno.dbf0s02j4i/git-credential-atom.sh get: /C/Users/Rafael: No such file or directory
04:55:05.395301 run-command.c:626 trace: run_command: '/C/Users/Rafael NGP/AppData/Local/Temp/github-11826-11596-7ufdno.dbf0s02j4i/git-askpass-atom.sh' 'Username for '''https://github.com''': '
error: cannot spawn /C/Users/Rafael NGP/AppData/Local/Temp/github-11826-11596-7ufdno.dbf0s02j4i/git-askpass-atom.sh: No such file or directory
fatal: could not read Username for 'https://github.com': terminal prompts
From this bit:
04:55:05.284162 run-command.c:626 trace: run_command: '/C/Users/Rafael NGP/AppData/Local/Temp/github-11826-11596-7ufdno.dbf0s02j4i/git-credential-atom.sh get'
/C/Users/Rafael NGP/AppData/Local/Temp/github-11826-11596-7ufdno.dbf0s02j4i/git-credential-atom.sh get: /C/Users/Rafael: No such file or directory
I'm guessing that we aren't handling the spaces in your username correctly.
Thanks for the report, I'll see what I can do :bowing_man:
Same here:
fatal: HttpRequestException encountered.
Si � verificato un errore durante l'invio della richiesta.
/C/Users/Federico Grandi/AppData/Local/Temp/github-118211-1640-bkhai3.vvnudcayvi/git-credential-atom.sh get: /C/Users/Federico: No such file or directory
error: cannot spawn /C/Users/Federico Grandi/AppData/Local/Temp/github-118211-1640-bkhai3.vvnudcayvi/git-askpass-atom.sh: No such file or directory
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Also encountering this issue with space in account name:
error: cannot spawn /C/Users/Nicholas Wayne/AppData/Local/Temp/github-118227-14580-ifqg19.k3ns/git-askpass-atom.sh: No such file or directory
this is caused because of the space in the username not being handled properly.
Unable to push
git: 'remote-https' is not a git command. See 'git --help'.
Most helpful comment
From this bit:
I'm guessing that we aren't handling the spaces in your username correctly.
Thanks for the report, I'll see what I can do :bowing_man: