Push does not work
See original GitHub issueHi there. I just installed GitSavvy
and I was trying to push to my github repo with no luck.
This is what I’m doing:
- Then it asks for an upstream:
- I select
origin
:
and that’s it, nothing happens (nothing in the console either). Im on a Mac with OSX 10.11 (El Capitan).
Does anybody have clue about this?
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Git push doesn't fail but doesn't work - Stack Overflow
EDIT 1 : I'll try to be more specific: I've a private repo which is on a private server. This server is used...
Read more >Javascript push not working (what am I doing wrong?!)
What I'm doing is making scalable code. I'm getting all the fieldsets in the document and passing them through a regular expression.
Read more >Web Push Troubleshooting - OneSignal Documentation
Follow these steps to open the Chrome Developer Tools Console and check for errors on the site: ... Subscription to push does not...
Read more >Troubleshooting Duo Push notification issues on iOS devices
On the iPhone, open Settings. · Scroll down and select Duo Mobile. · Select Notifications. · If the "Allow Notifications" option is already...
Read more >JavaScript Append to Array: a JS Guide to the Push Method
If you work with arrays, don't miss out on push . It adds one or more elements at the end of an array...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@martriay, I’m going to close this as
not-enough-information
. If you’re still using GitSavvy and figured it out, let us know! If you gave up, that’s fine too. And if you’re still interested in figuring it out, feel free to re-open the issue. Thanks!An other idea that you could try out
and set
show_panel_for
topull
andpush
like thishttps://github.com/divmain/GitSavvy/blob/master/GitSavvy.sublime-settings#L83-L87