-
Notifications
You must be signed in to change notification settings - Fork 398
Unable to Fetch/push/pull on Mac #1243
Comments
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 |
I have the issue too (but am relatively new to Atom so it might be me!) 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 ***@***.***> 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
<#1243 (comment)>, 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 ***@***.***> 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 <#1243 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AeqdMnFMzW5wE4R_8QjFFhFsSioHMefuks5tHZsfgaJpZM4QWtcu>.
|
Thanks @codexcokexcook - the main error people are seeing ( |
Pasting this into Terminal.app and hitting ENTER solved the problem for me: |
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: |
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. |
It looks like this is related to desktop/dugite#113, which was supposedly fixed in |
An OS reset fixed it for me! |
Experiencing this same issue, yet it was caused by me deleting and removing Xcode. The command line |
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 Thanks anyways 🙂 |
@ItsPugle It worked while fetching, I had no problem with push |
I ended up fixing this by running |
Running Solved by pushing on command line, and re-entering my credentials. |
Hello, I have the same issue. I tried all solutions but nothing worked for me... |
deleting the repository from my system and cloning through github desktop again to the same location fixed this issue for me |
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. |
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!) |
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!
The text was updated successfully, but these errors were encountered: