[git-users] Git Error - repository has been unaccessible for 4 days

2015-11-16 Thread David Bastedo
Is there an actual way to contact google - my git repository has been down for days and nobody at google seems to be able to help... -- You received this message

Re: [git-users] Git Error - repository has been unaccessible for 4 days

2015-11-16 Thread Gergely Polonkai
Hello, it is impossible to guess what software you made this screenshot of, but even if I could, I would redirect you to that product's support. This mailing list is for Git users, not for specific Git based sites like Github of Bitbucket. Best, Gergely On Nov 16, 2015 7:26 PM, "David Bastedo"

Re: [git-users] git error 504

2014-05-19 Thread Konstantin Khomoutov
On Sun, 18 May 2014 20:21:41 -0700 (PDT) Q Fadlan q.fadla...@gmail.com wrote: when i will use my git in my PC, my git client error 504. whereas when i use git client in other PC, git running well. i think the problem in my PC. i have uninstall git client n install again, but my git still

[git-users] git error 504

2014-05-18 Thread Q Fadlan
Hi everyone, when i will use my git in my PC, my git client error 504. whereas when i use git client in other PC, git running well. i think the problem in my PC. i have uninstall git client n install again, but my git still error 504. does anyone know the solution? -- You received this

Re: [git-users] Git error on push : refusing to update checked out branch

2014-05-06 Thread Benjamin Fontaine
Thanks for your replies, obviously I'm a beginner coming from svn and I've haven't found short efficient tutorial at this time ( in my opinion, my free time being very rare ) Things I've gotta do today : 1) git init -bare in /home/git 2) Add /home/www files *.php does not seem to

Re: [git-users] Git error on push : refusing to update checked out branch

2014-05-06 Thread Benjamin Fontaine
Thanks for your replies, obviously I'm a beginner coming from svn and I've haven't found short efficient tutorial at this time ( in my opinion, my free time being very rare ) Things I've gotta do today : 1) git init -bare in /home/git 2) Add /home/www files *.php does not seem to include

Re: [git-users] Git error on push : refusing to update checked out branch

2014-05-06 Thread Benjamin Fontaine
Found out with searches the command work from localhost to server git push --set-upstream origin master gets stuck on total : 1815 (delta) etc .. + post-update hook and guess yeah, it works, thanks ! -- You received this message because you are subscribed to the Google Groups Git for

Re: [git-users] Git error on push : refusing to update checked out branch

2014-05-06 Thread Benjamin Fontaine
Found out with searches the command work from localhost to server git push --set-upstream origin master + post-update hook and guess yeah, it works, thanks ! Finally, I just wanted ( since the start ) to get these commands post-update hook location to get it working -- You received

[git-users] Git error on push : refusing to update checked out branch

2014-05-04 Thread Benjamin Fontaine
Hello and thanks for this group I'm new to Git ( I was asked to learn it in my last job interviews, and I've configured it this far .. ) Master on my webserver, did a clone, put both to branch ben, did commit, and then the push fails http://i.snag.gy/0cyzW.jpg Any ideas ? Thank in advance

Re: [git-users] Git error on push : refusing to update checked out branch

2014-05-04 Thread Gergely Polonkai
Hello, you are using a non-bare repository on the remote side. Such repositories always have a branch checked out (read: the contents of its commits are written to actual files on the disk). On the other side, bare repositories are just that: bare. This means that they store all commits, but not

[git-users] git error when trying to push one commit

2013-07-10 Thread Richard Marais
I am trying to push just one commit to origin master. However I get an error saying I first need to fetch then merge, but I get this error after a pull. Any ideas would be appreciated. Richard@RICHARD-PC /e/Work/MH (master) $ git pull remote: Counting objects: 27, done. remote: Compressing

Re: [git-users] git error when trying to push one commit

2013-07-10 Thread William Seiti Mizuta
Hi Richard, what is the return of the command git remote show origin? William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Wed, Jul 10, 2013 at 4:07 PM, Richard Marais richardmar...@gmail.comwrote: I am trying to push just one commit to origin master. However

Re: [git-users] git error when trying to push one commit

2013-07-10 Thread PJ Weisberg
On Jul 10, 2013 12:07 PM, Richard Marais richardmar...@gmail.com wrote: ... Here is the list of commits, not the position of 72ba712: I've noted it. It's not a descendant of origin/master. Pushing it as origin/master would effectively discard 3a55dca. I believe what you want to do is

Re: [git-users] Git error

2013-06-17 Thread John McKown
The problem is basically what is said at the end of the error message: Filename too long. The relative path looks to me to be 263 characters long. Many systems restrict the length to 255 characters. My Fedora system looks to define it to be 256 characters. How to fix? Well, as best as I can find:

Re: [git-users] Git error

2013-06-17 Thread Konstantin Khomoutov
On Mon, 17 Jun 2013 06:18:49 -0700 (PDT) justin p denzilac...@gmail.com wrote: [...] An x-posted copy of this message is answered on the main Git list: http://news.gmane.org/find-root.php?group=gmane.comp.version-control.gitarticle=228065 -- You received this message because you are subscribed

Re: [git-users] Git error

2013-06-17 Thread Thomas Ferris Nicolaisen
On Monday, June 17, 2013 3:41:13 PM UTC+2, John McKown wrote: The problem is basically what is said at the end of the error message: Filename too long. The relative path looks to me to be 263 characters long. Many systems restrict the length to 255 characters. My Fedora system looks to

Re: [git-users] git error

2012-09-12 Thread Martin Møller Skarbiniks Pedersen
On 11 September 2012 17:38, Saravanan P saravana...@shriramits.com wrote: fatal: Unable to find remote helper for 'https' Do you have curl installed ? Regards Martin -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this