Re: [git-users] unable to push to github account

2021-11-21 Thread Konstantin Khomoutov
On Sat, Nov 20, 2021 at 05:33:21PM -0800, skybuck2000 wrote: Why does git for humans exists ? How is it different from git for windows ? [...] If I guess correctly, you are talking about a mailing list called (by whoever has created it) "Git for human beings" [1]. If yes, the answers are,

Re: [git-users] unable to push to github account

2021-11-20 Thread skybuck2000
Why does git for humans exists ? How is it different from git for windows ? Is git for humans for more general purposes questions ? or non-platform-related questions ? (To original poster: seems like that exe or other services/exes that it uses needs that framework try installing it, if that

Re: [git-users] unable to push to github account

2021-11-12 Thread Konstantin Khomoutov
On Thu, Nov 11, 2021 at 06:53:05PM -0800, saheed ibrahim wrote: i am getting this error report whenever i tried to push to github account and i have downloaded the redistribution but unable to install successfully. how should i go about it to correct this error so that i can be able to push my

Re: [git-users] unable to push using smart http

2012-11-14 Thread kumar
Hi Thanks a lot. It is working now Directory was wrong now set to /usr/lib/git-core/ and changing the permission to www-data made it work Thanks On Wednesday, November 14, 2012 8:54:11 PM UTC+5:30, Konstantin Khomoutov wrote: On Wed, 14 Nov 2012 05:58:47 -0800 (PST) kumar

Re: [git-users] Unable to push

2012-11-05 Thread William Mizuta
Is there conflicts in your repository? What is the result of a git status? If there is no conflicts, I think that someome pushed new commits and you need to do a git pull --rebase again. William Seiti Mizuta @williammizuta Desenvolvedor da Caelum On Mon, Nov 5, 2012 at 6:54 PM,

Re: [git-users] Unable to push

2012-11-05 Thread kramer.newsreader
Yeah that's what I would figure, but it isn't the case. Git status shows no conflicts. I did a git pull(and did pull in a change or two that was made since my last post here). Git status still showed no conflicts, so I tried a push again, but got the same error. On Monday, November 5,

Re: [git-users] Unable to push

2012-11-05 Thread Alexandru Pătrănescu
maybe you have multiple remotes and you pull from one and try to push to another. show us as possible an output from: *git branch -avv* and *git remote -vv* Alexandru Patranescu Tel: 0721378395 On Mon, Nov 5, 2012 at 11:33 PM, kramer.newsreader kramer.newsrea...@gmail.com wrote: Yeah that's

Re: [git-users] Unable to push

2012-11-05 Thread Alexandru Pătrănescu
maybe you have multiple remotes and you pull from one and try to push to another. show us as possible an output from: *git branch -avv* and *git remote -vv* * * On Monday, November 5, 2012 11:33:06 PM UTC+2, kramer.newsreader wrote: Yeah that's what I would figure, but it isn't the case. Git

Re: [git-users] Unable to push

2012-11-05 Thread kramer.newsreader
Here you go. I've anonymized checkin messages, domains, etc. By the way, I am *attempting* to work on the nov2012 branch both locally and remotely. $ git branch -avv master f645170 Fix over_18 parameter. See #19010 * nov20127fc7d04 [origin/nov2012]

Re: [git-users] Unable to push

2012-11-05 Thread Alexandru Pătrănescu
I see I haven't use gerrit but from what I know, in a gerrit setup, you should not use the original repository. you can fetch from gerrit from the branch named nov2012 and push to gerrit on a branch named for/nov2012 most probably in this setup, origin could read-only I might suggest to you to

Re: [git-users] Unable to push

2012-11-05 Thread kramer.newsreader
Is your remote a 'bare' repository, or does it have a working directory? -- I ask because you say you are working on the branch on both sides. It is normal to have your remote as a 'bare' repo, though you can manage if both are 'working' but in such cases you would use different

Re: [git-users] Unable to push

2012-11-05 Thread William Mizuta
Try to say the branch you want to pull and push: git pull origin nov2012 --rebase git push origin nov2012 William Seiti Mizuta @williammizuta Desenvolvedor da Caelum On Tue, Nov 6, 2012 at 3:43 AM, kramer.newsreader kramer.newsrea...@gmail.com wrote: Is your remote a 'bare' repository,

Re: [git-users] Unable to push

2012-11-05 Thread PJ Weisberg
On Monday, November 5, 2012, kramer.newsreader kramer.newsrea...@gmail.com wrote: * nov20127fc7d04 [origin/nov2012] Little more javadoc ... remotes/origin/nov2012 7fc7d04 Little more javadoc Same commit on both the local and remote branches. It looks like you have