-
Notifications
You must be signed in to change notification settings - Fork 92
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
Curl.exe exited abnormally #135
Comments
I'm also on 25.2.1, my error is only slightly different. |
@irishmac473 I fixed this by downloading curl version 7.54.0, the original curl in this project is outdated. However, I suspect your situation is the same, the exit-status 23 is the "CURLE_WRITE_ERROR", which means "An error occurred when writing received data to a local file". So it seems like a permission error. |
@Mosesofmason Thanks. I've never done it before, can I install an older version of curl? Is this what you're suggesting? I'm on Manjaro. |
@irishmac473 Try to update to the latest curl. Also check the permission of your /home folder and its sub folders. |
@Mosesofmason Oh ok, I misunderstood you. I'll try this when I get home. Thanks |
I fixed it by using |
Try to make twittering-mode display icon by adding
(setq twittering-icon-mode t)
to.emacs
file, but get curl failure. It says:Emacs version 25.2.1
The text was updated successfully, but these errors were encountered: