Questions tagged [push]

38 questions
24
votes
8 answers

git push fatal failed

I somehow deleted the whole directory of my code branch. I cloned a new one. It worked fine except pushing. ~/workspace/wtf (mybranch)]$ git push origin mybranch error: Cannot access URL [my url], return code 22 fatal: git-http-push failed git…
user398384
16
votes
3 answers

How to completely disable push notifications in Firefox?

I am using Firefox (version 58.0.1) and for awhile now, Firefox and other browsers have implemented this feature known as 'Push Notifications.' It now seems like every site wants to 'Push' notifications to you. This has become a new form of…
David
  • 2,302
  • 13
  • 26
12
votes
1 answer

offlineimap: turn idle on

I want to use idle (push email) with my IMAP. I've read about IDLE mode in man, but I can't to turn it on. Is it possible to find some manual about idle feature of offlineimap
petRUShka
  • 255
  • 2
  • 10
11
votes
6 answers

Gmail push new mail notifications to Linux?

Is there any way to coax Gmail into pushing new-mail notifications into my Linux machine, without using a full-on graphical mail client like Thunderbird? edit: Thanks for all the responses, but (unless I'm mistaken) these applications all poll, none…
David Wolever
  • 2,049
  • 2
  • 16
  • 22
8
votes
1 answer

Pushing a local repo to a GitHub repo which has dual-factor authentication

I'm trying to push code in my local repo (on an OS X 10.8.5 system with the GitHub app installed and logged into) to a repo I created on GitHub via their website, using the command line. Oddly, when I try to git push -u origin master, I log in with…
Jules
  • 698
  • 4
  • 10
  • 26
6
votes
2 answers

Does Mozilla Thunderbird support push notifications?

I prefer push notifications, and having recently downloaded Thunderbird, I went to the server settings after adding a Gmail account. However, I can't find any option that seems to enable push notifications, only polling rates. So I have three…
SarahofGaia
  • 299
  • 2
  • 4
  • 11
4
votes
3 answers

Skype shows I'm online when I don't have any Skype instance running

Recently Skype shows me as online to my contacts even when I do not have any instance of Skype running on my desktop I signed out of Skype on my mobile Apparently, this is a feature not a bug. Although many people complained, it seems like in the…
lorenzog
  • 2,210
  • 1
  • 17
  • 27
4
votes
0 answers

Thunderbird doesn't receive IMAP-PUSH mails from googlemail

I noticed for a while now that my thunderbird client is not receiving the mails "immediately" anymore, but has to regularly synchronize my IMAP folders with googlemail. I am also using Trillian Instant Messenger on the same computer, which is…
bkzland
  • 141
  • 1
  • 4
4
votes
1 answer

Mercurial [auth] section

I'm new to mercurial, and I'm trying to set up hgrc in such a way that I can push to the Google Code repository without having to type the password each time. I could just specify a https://user:pass@project.googlecode.com/ repository under…
Felix
  • 613
  • 1
  • 8
  • 22
4
votes
2 answers

Chrome: Site has updated in the background

I keep getting these notifications despite not having an RT tab open. What gives?
Bringle
  • 43
  • 1
  • 4
3
votes
1 answer

Trying to push only key commits to git server

I have a git repository on a server. I can pull or clone copies from it. In a working copy, I want to create a branch and do some work. So far so standard. While doing that work, I may well perform several commits and even create some more…
Topknot
  • 131
  • 1
2
votes
1 answer

Git commit over SSH not recognizing remote repository

I have 2 machines, client and server. I want to send git repositories from client to server, using remote push. I've run these commands in this order on the server: mkdir /mnt && cd /mnt mkdir test.git && cd test.git sudo git init --bare I've run…
MeesterTeem
  • 145
  • 6
1
vote
1 answer

Why would executing "hg push" be failing as shown below?

My hgrc file contains the following information: [auth] default.prefix = bitbucket.org default.username = stephen-paul-chappell default.password = ****************************** default.schemes = http https proxy.prefix =…
Noctis Skytower
  • 167
  • 2
  • 13
1
vote
1 answer

Git post-update hook not working properly

If I push to my remote origin repository the post-receive hook should push all to another remote repository on another machine. When I push to my origin the post-receive hook gets triggered but I always get the following error message. remote:…
1
vote
1 answer

Does Apple Server 3.0 MDM really require an APNs certificate?

A while back I set up an MDM server on our Apple Server running 10.9.2. The server is running Server 3.0.3 and I have several test Macs and iOS being managed by the server. The only certificate I remember installing is our domain wildcard which…
geekinit
  • 111
  • 4
1
2 3