github
github copied to clipboard
Unable to Fetch/push/pull on Mac
screenshot of error(credit to Scott-wong)
11:59:54.321357 git.c:328 trace: built-in: git 'fetch' 'origin' 'Development' 11:59:54.324059 run-command.c:626 trace: run_command: 'git-remote-https' 'origin' 'https://github.com/Brzzrs/Revamped.git' fatal: Unable to find remote helper for 'https'
I’m running Mac High Sierra v10.12.6 I'm running Atom for mac v1.22.1
I have no idea what it means or how to fix it, all suggestions and help is highly appreciated! I can supply more details if inquired, thanks!
Same issue. Please help.
Same issue. Also no idea what this means or how to fix. Help!
Thanks for the report everyone - can folks share what operating system they're running and what version of Atom? Also, can folks confirm that running fetch/push/pull on the command line works fine for the same project that errors in Atom?
macOS 10.13.1 Atom 1.22.1
I have the issue too (but am relatively new to Atom so it might be me!) MacOS: 10.13.1 Atom: 1.22.1
I haven't tried the command line, but if I switch to GitHub desktop and click Sync then it works fine.
Thanks @codexcokexcook @FMEEvangelist - and you both have no issues when pushing/pulling from the command line?
Woops sorry @FMEEvangelist, I see you mention that you haven't tried the command line but can you confirm if that works fine?
Sorry, i have no idea how to use command line
On Thu, Dec 7, 2017 at 10:20 AM, Robert Sese [email protected] wrote:
Woops sorry @FMEEvangelist https://github.com/fmeevangelist, I see you mention that you haven't tried the command line but can you confirm if that works fine?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/atom/github/issues/1243#issuecomment-349841268, or mute the thread https://github.com/notifications/unsubscribe-auth/AeqdMjMppEwgXsu5tJSqkC_2lhHD_a13ks5s90t_gaJpZM4QWtcu .
-- Disclaimer: Blueplate Technologies Limited is a limited liability company registered in Hong Kong. This message is intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to us and immediately and permanently delete it. Do not use, copy, or disclose the information contained in this message or in any attachment.
Bump! I am having the same issue. Terminal works fine just Atom's GitHub plugin doesn't. Cheers
I don’t know why but a quick full reboot of my Mac seems to have fixed the problem!
I logged onto the wrong account when I posted that reply above, but like I said, i did a quick reboot, and removed and re-added my github project to atom. This made me do that authorization again and it worked!
Updated the issue with more information on the Mac and a screenshot of the error. Though it’s fixed for me I will continue to help figure out the problem as others have the issue to!
@BrazzersV3rm @Brzzrs were you both on macOS 10.13.1?
I’m at macOs 10.13.2 And updated to 1.23.2 x64 Atom And still can’t fetch or push and pull
This may matter:
I have deleted the github folder on Mac finder; and pull it over the web again. Since then, I can’t fetch, push and pull..
Thanks
On 5 Jan 2018, at 11:46 AM, Robert Sese [email protected] wrote:
@BrazzersV3rm https://github.com/brazzersv3rm @Brzzrs https://github.com/brzzrs were you both on macOS 10.13.1?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/atom/github/issues/1243#issuecomment-355466127, or mute the thread https://github.com/notifications/unsubscribe-auth/AeqdMnFMzW5wE4R_8QjFFhFsSioHMefuks5tHZsfgaJpZM4QWtcu.
Thanks @codexcokexcook - the main error people are seeing (fatal: Unable to find remote helper for 'https'
) seems like a path issue, maybe you can take a look when you're back @smashwilson 🙏 ? Not sure if folks would need to adjust their PATH or if it's something else entirely?
Pasting this into Terminal.app and hitting ENTER solved the problem for me: "brew install git" Found it at this site: https://davidwalsh.name/fix-git-high-sierra-upgrade
While running "brew install git" assumes you have homebrew installed and won't work if you're not using homebrew, which I am not, the other command referenced at https://davidwalsh.name/fix-git-high-sierra-upgrade did work for me. I believe the upgrade to High Sierra requires that you reinstall the XCode Developer tools, which includes git. If you're using git from XCode Developer tools try: xcode-select --install
I solved this problem long ago by rebooting the mac and restarting Atom, I'm leaving this open though to see how others fix this problem.
still not working for me.
Windows 10 1703 v15063.936
atom v 1.24.0
working with command line and github desktop though
It looks like this is related to https://github.com/desktop/dugite/issues/113, which was supposedly fixed in [email protected]
, first included in Atom v1.23.0-beta0... so it seems that the fix for GIT_EXEC_PATH
in dugite
isn't working properly on some systems.
An OS reset fixed it for me!
Experiencing this same issue, yet it was caused by me deleting and removing Xcode. The command line git push
command still worked.
Pasting this into Terminal.app and hitting ENTER solved the problem for me: "brew install git" Found it at this site: https://davidwalsh.name/fix-git-high-sierra-upgrade
Thanks a lot that worked for me!
@shahishasank Where do you change this from? Is it in the actual remote URL (i.e. change https://github.com/user/repo.git to git://github.com/user/repo.git)?
@ItsPugle yes
@shahishasank
Hm, that's odd. I get a fatal error when I tried that:
Thanks anyways 🙂
@ItsPugle It worked while fetching, I had no problem with push
I ended up fixing this by running brew install git
then xcode-select --install
🙂
Running brew install git
or brew upgrade git
didn't worked for me.
Solved by pushing on command line, and re-entering my credentials.