Skip to main content

Questions tagged [push]

The tag has no usage guidance.

1 vote
1 answer
304 views

Bitbucket deny push to one exact branch

Bitbucket deny push to one exact branch.I can do push to other branches, but not to dev branch. Nobody of my colegues know what is going on. Is there some specific settings for branches? I dont see ...
Čamo's user avatar
  • 355
1 vote
0 answers
208 views

Tomcat, NGINX, Vaadin, Spring Boot and LONG POLLING Push

I'm trying to properly configure LONG POLLING push with Vaadin (Java, Spring Boot), NGINX and Tomcat. Sometimes Push stops working, and I suspect it may be the reason of some misconfiguration in my ...
alexanoid's user avatar
  • 175
0 votes
0 answers
148 views

New commit on top of earlier commits gets removed -> new work on the earlier commits by others -> revive the removed commit? Pull: divergent branches

New commit on top of other commits was removed, new work on the earlier commits from others, how to revive the removed commit? When checking out the last commit before the one that is to be revived, ...
questionto42's user avatar
  • 2,423
0 votes
1 answer
2k views

git trying to push non existent file

Im trying the following command: $ git push --set-upstream origin patch-cleanfiles Enumerating objects: 336, done. Counting objects: 100% (336/336), done. Delta compression using up to 4 threads ...
RaptorX's user avatar
  • 121
0 votes
1 answer
2k views

What does the -u parameter mean in git push -u origin master?

I've been using Bitbucket from Atlassian and when I need to push some data into my repository I have to type the following command: git push -u origin master In git documentation it's: git push ...
JConstantine's user avatar
2 votes
1 answer
1k views

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 ...
Alex Ward's user avatar
-1 votes
2 answers
2k views

How to stop open ssh ask connection when i push with git bash

I don't understand why git is asking me to connect to open ssh. I re-installed git a few times and did other manipulation and found nothing. I also search the internet and no one has the same problem. ...
Guolarte Tako's user avatar
5 votes
2 answers
10k views

Chrome: Site has updated in the background

I keep getting these notifications despite not having an RT tab open. What gives?
Bringle's user avatar
  • 53
1 vote
1 answer
13k views

Git push to remote repository hangs at "Writing objects: 100%"

I'm trying to create a repository on my desktop to be accessed by my laptop using git daemon. On my desktop I create the repository (repo.git) and initialize it with git init --bare Then I start ...
TheTVGuy's user avatar
1 vote
1 answer
119 views

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 ...
dbergamo's user avatar
0 votes
1 answer
164 views

Error pushing to Github

After doing git init, git add ., and git commit, pushing to Github gives this error: HOLLYs-MacBook-Pro-2:Thankful dylanknight$ git push origin master remote: Repository not found. fatal: repository ...
Dylan W Knight's user avatar
0 votes
1 answer
1k views

git clone OK but git push KO

I have a new instance of gitlab on a remote server and everything seems fine except when I want to push an internal project. From my computer I do : $ git clone [email protected]:...
Banibal's user avatar
0 votes
1 answer
1k views

How to create a listening server in windows server 2008 to recieve files from linux via nc command?

Right now i have a linux server listening at a port to write whatever comes at that port in a file the following way: nc -l -p 7777 0.0.0.0 | tee some.file And i have a linux client that pushes a ...
Nicolas Paz's user avatar
16 votes
3 answers
11k views

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' ...
David's user avatar
  • 2,322
0 votes
1 answer
5k views

Disable LinkedIn mobile application from displaying notification number badge on the app icon

Is it possible to disable the LinkedIn mobile application for Android from displaying notification number badge on the app icon? I don’t want the number badge in the top right corner to appear. I am ...
onetwo12's user avatar
  • 139

15 30 50 per page