-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
File Saver issue #669
Comments
i m having the same error when i try to build my docker images. |
Hey i m having the same problem right now.
Did you ever figured it out? |
Same here, trying to |
Be aware that your network should be open for the git protocol: port 9418. We have had some similar issue because of the corporate firewall. |
Here's my experience with this error. Might be a little different from yours but this was the issue that showed up when i search, so replying here to hopefully help someone My issue was:
Resolved by
Don't have time to go through the full logs to determine the root cause but it looks like there's some command that grabs your git from the .git folder in your project instead of your /usr/bin/git to run the |
In my case I had to manually replace Before: After: I followed instructions from: parallax/jsPDF#3420 (comment) |
You may need to add your ssh pub key to github |
Hi,
While doing npm install I am getting below issue
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/eligrey/FileSaver.js.git
npm ERR!
npm ERR! ssh: connect to host github.com port 22: Connection timed out
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pravinpa\AppData\Roaming\npm-cache_logs\2020-07-28T05_15_04_093Z-debug.log
The text was updated successfully, but these errors were encountered: