Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Unable to Fetch/push/pull on Mac #1243

Open
Brzzrs opened this issue Nov 8, 2017 · 34 comments
Open

Unable to Fetch/push/pull on Mac #1243

Brzzrs opened this issue Nov 8, 2017 · 34 comments

Comments

@Brzzrs
Copy link

Brzzrs commented Nov 8, 2017

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!

@scott-wong
Copy link

Same issue. Please help.
wx20171122-120909

@TheMightyCleft
Copy link

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

@rsese
Copy link
Contributor

rsese commented Dec 4, 2017

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?

@codexcokexcook
Copy link

macOS 10.13.1
Atom 1.22.1

@FMEEvangelist
Copy link

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.

@rsese
Copy link
Contributor

rsese commented Dec 7, 2017

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

@rsese
Copy link
Contributor

rsese commented Dec 7, 2017

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

@codexcokexcook
Copy link

codexcokexcook commented Dec 7, 2017 via email

@handletastic
Copy link

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

@BrazzersV3rm
Copy link

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

@Brzzrs
Copy link
Author

Brzzrs commented Dec 12, 2017

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
Copy link
Author

Brzzrs commented Dec 12, 2017

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!

@rsese
Copy link
Contributor

rsese commented Jan 5, 2018

@BrazzersV3rm @Brzzrs were you both on macOS 10.13.1?

@codexcokexcook
Copy link

codexcokexcook commented Jan 5, 2018 via email

@rsese
Copy link
Contributor

rsese commented Jan 5, 2018

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?

@JacksonAudio
Copy link

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

@jasonpnnl
Copy link

jasonpnnl commented Feb 7, 2018

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

@Brzzrs
Copy link
Author

Brzzrs commented Feb 7, 2018

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.

@Chocolat2
Copy link

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

working with command line and github desktop though

@Arcanemagus
Copy link

It looks like this is related to desktop/dugite#113, which was supposedly fixed in dugite@1.40.0, 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.

@anidroid
Copy link

An OS reset fixed it for me!

@shahishasank
Copy link

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

@jweinst1
Copy link

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

@wissamelkhoury
Copy link

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!

@ghost
Copy link

ghost commented Jan 12, 2019

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

@shahishasank
Copy link

@ItsPugle yes

@ghost
Copy link

ghost commented Jan 12, 2019

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

Thanks anyways 🙂

@shahishasank
Copy link

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

@ghost
Copy link

ghost commented Jan 12, 2019

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

@PedroBern
Copy link

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

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

@LucasColas
Copy link

Hello, I have the same issue. I tried all solutions but nothing worked for me...

@masonleonhart
Copy link

deleting the repository from my system and cloning through github desktop again to the same location fixed this issue for me

@sbritorodr
Copy link

I've had that error. I've finally fixed deleting all the project files, open the github tab on atom, "clone from an existing repo", and change 'https' to 'http' in the source repo.

@MeganDelamont
Copy link

MeganDelamont commented Apr 21, 2022

I fixed this problem by 1). installing homebrew 2). running "brew install git" then "xcode-select --install" in terminal.app, and 3). changing 'https' to 'http' in the source repo. It only worked with all three steps. Step 1 and 2 didn't work on their own.

(Note: I also restarted my mac with a system update to Monterey 12.3.1 in between steps 2 and 3 because steps 1 and 2 didn't work on their own. The restart may have helped!)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests