github icon indicating copy to clipboard operation
github copied to clipboard

Unable to Fetch/push/pull on Mac

Open Brzzrs opened this issue 7 years ago • 34 comments

44b2b14f-6dbc-4238-9c3a-22ba60bd0a2b 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!

Brzzrs avatar Nov 08 '17 17:11 Brzzrs

Same issue. Please help. wx20171122-120909

scott-wong avatar Nov 22 '17 04:11 scott-wong

Same issue. Also no idea what this means or how to fix. Help!

TheMightyCleft avatar Nov 22 '17 20:11 TheMightyCleft

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?

rsese avatar Dec 04 '17 06:12 rsese

macOS 10.13.1 Atom 1.22.1

codexcokexcook avatar Dec 04 '17 08:12 codexcokexcook

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.

FMEEvangelist avatar Dec 04 '17 16:12 FMEEvangelist

Thanks @codexcokexcook @FMEEvangelist - and you both have no issues when pushing/pulling from the command line?

rsese avatar Dec 07 '17 02:12 rsese

Woops sorry @FMEEvangelist, I see you mention that you haven't tried the command line but can you confirm if that works fine?

rsese avatar Dec 07 '17 02:12 rsese

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.

codexcokexcook avatar Dec 07 '17 06:12 codexcokexcook

Bump! I am having the same issue. Terminal works fine just Atom's GitHub plugin doesn't. Cheers

handletastic avatar Dec 12 '17 08:12 handletastic

I don’t know why but a quick full reboot of my Mac seems to have fixed the problem!

BrazzersV3rm avatar Dec 12 '17 13:12 BrazzersV3rm

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!

Brzzrs avatar Dec 12 '17 13:12 Brzzrs

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!

Brzzrs avatar Dec 12 '17 13:12 Brzzrs

@BrazzersV3rm @Brzzrs were you both on macOS 10.13.1?

rsese avatar Jan 05 '18 03:01 rsese

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.

codexcokexcook avatar Jan 05 '18 04:01 codexcokexcook

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?

rsese avatar Jan 05 '18 19:01 rsese

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

JacksonAudio avatar Feb 01 '18 17:02 JacksonAudio

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

jasonpnnl avatar Feb 07 '18 17:02 jasonpnnl

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.

Brzzrs avatar Feb 07 '18 18:02 Brzzrs

still not working for me. Windows 10 1703 v15063.936 atom v 1.24.0 capture

working with command line and github desktop though

Chocolat2 avatar Feb 27 '18 10:02 Chocolat2

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.

Arcanemagus avatar Feb 27 '18 17:02 Arcanemagus

An OS reset fixed it for me!

anidroid avatar Mar 27 '18 09:03 anidroid

This worked for me, change 'htttps' to 'git'

shahishasank avatar Apr 19 '18 17:04 shahishasank

Experiencing this same issue, yet it was caused by me deleting and removing Xcode. The command line git push command still worked.

jweinst1 avatar Jun 10 '18 18:06 jweinst1

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!

wissamelkhoury avatar Oct 18 '18 10:10 wissamelkhoury

@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)?

ghost avatar Jan 12 '19 11:01 ghost

@ItsPugle yes

shahishasank avatar Jan 12 '19 11:01 shahishasank

@shahishasank Hm, that's odd. I get a fatal error when I tried that: 2019-01-12 at 9 06 pm

Thanks anyways 🙂

ghost avatar Jan 12 '19 11:01 ghost

@ItsPugle It worked while fetching, I had no problem with push

shahishasank avatar Jan 12 '19 11:01 shahishasank

I ended up fixing this by running brew install git then xcode-select --install 🙂

ghost avatar Jan 12 '19 11:01 ghost

Running brew install git or brew upgrade git didn't worked for me.

Solved by pushing on command line, and re-entering my credentials.

PedroBern avatar Dec 21 '19 14:12 PedroBern