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
17
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,362
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…
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…
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…
5
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
  • 53
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,312
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
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
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
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…
2
votes
1 answer

Why do push notifications work with incoming connections blocked at firewall level?

I've been setting up my new home network this week and one question has got me thinking - I can't seem to find a clear answer. Despite blocking all inbound connections (except to specific ports on my home server) by default to devices on both IPv4…
2
votes
1 answer

SqlServer Merge Replica push - exec sys.sp_MSaddmergetriggers throws error

i'm stuck trying to solve an issue with a brand-new installation of two sql-server 2017 developer edition, in two different commodity server. The problem arise with the tentative of merge-replicate one database. Every chanche to sync the subscriber…
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 =…
1
2 3