Re: [git-users] need help

2022-11-03 Thread Anas Mughal
That is a bash window. You can type commands in that window. On Wed, Nov 2, 2022 at 11:59 PM Ruveena Dilsha Peththawadu < ruveenadil...@gmail.com> wrote: > I am a Windows 10 user. And at the very top of the terminal box it says: > /usr/bin/bash --login -i > active code page: 65001 > ~/desktop

[git-users] need help

2022-11-03 Thread Ruveena Dilsha Peththawadu
I am a Windows 10 user. And at the very top of the terminal box it says: /usr/bin/bash --login -i active code page: 65001 ~/desktop what should i do? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and

Re: [git-users] Need help....locked out

2022-01-02 Thread Chris Stone
If you can access the account on your phone. Make the repo public create a new GitHub user account and fork the original repo. On Sun, Jan 2, 2022, 4:20 PM robert kugler wrote: > Thanks for the input everyone.I think I am SOL on recovering my > account because I cant log in to change the

Re: [git-users] Need help....locked out

2022-01-02 Thread robert kugler
Thanks for the input everyone.I think I am SOL on recovering my account because I cant log in to change the ssg keys, all of my passwords were distroyed when the old computer died, and github support has not responded for over a week. I cant find a phone number to bug them, but as they say,

Re: [git-users] Need help....locked out

2022-01-02 Thread Chris Stone
Robert would not need ssh to access the main account. That would be handled by the 2fa which is where his problem is. The ssh is dealing only with the actual git repo On Sun, Jan 2, 2022, 1:06 PM Philip Oakley wrote: > The main question to Robert, is whether he can access his general GitHub >

Re: [git-users] Need help....locked out

2022-01-02 Thread Philip Oakley
The main question to Robert, is whether he can access his general GitHub account via a web browser. My expectation was that login step did not need ssh. If Robert can login to his account (Confirmation needed), then he can update/replace his ssh keys (generate new ones). On Sunday, January 2,

Re: [git-users] Need help....locked out

2022-01-02 Thread Chris Stone
On my phone so I can't include links easily. However I used the link provided earlier and went to 2fa under authentication. Even on the about 2fa and recovery articles it states due to security concerns GitHub support may not be able to help On Sun, Jan 2, 2022, 11:19 AM Philip Oakley wrote: >

Re: [git-users] Need help....locked out

2022-01-02 Thread Chris Stone
This is why I tend to stay away from 2fa. From my experience either you remember your password and keep the recovery key provided when first setting up the 2fa just in case or your out of luck. Even tech support is unable to help. On Sun, Jan 2, 2022, 11:19 AM Philip Oakley wrote: > I thought

Re: [git-users] Need help....locked out

2022-01-02 Thread Philip Oakley
I thought that the basic Github login (password and 2FA codes) was separate from the ssh key stuff. There is a support page link on managing ssh keys suggesting that you could delete all

Re: [git-users] Need help....locked out

2022-01-01 Thread Chris Stone
Never used 2fa on GitHub. However it does make sense. I do know you'd have to generate a new ssh key before you can access your repo via ssh since you lost the old one On Sat, Jan 1, 2022, 10:02 PM robert kugler wrote: > As a newbie to git, i am having trouble getting in to my github account. >

[git-users] Need help....locked out

2022-01-01 Thread robert kugler
As a newbie to git, i am having trouble getting in to my github account. I have had a majoe computer hardware failure, and had to build a new computer with ubuntu 20. I have lost my github password, and the private ssh key from the old computer is gone. I try to log into github using firefox

Re: [git-users] need help for submitting a patch

2019-09-19 Thread Richard Kerry
You need to join the git developers mailing list. They will advise on what to do and how to submit patches. Mailing list is g...@vger.kernel.org More details on this page https://git-scm.com/community Hope that helps, Richard. On Thu, 19 Sep 2019, 14:45 Shubham Ghule, wrote: > Hi everyone. >

[git-users] need help for submitting a patch

2019-09-19 Thread Shubham Ghule
Hi everyone. I have tried various solutions for bug #251 and came up with a solution.I would really like to submit a patch for the same. So can anyone please tell me, 1. How to pull the latest changes from Git repository ? 2. How to submit a patch ? Looking forward for a reply ! -- You

Re: [git-users] Need help in Git

2016-05-16 Thread Konstantin Khomoutov
On Mon, 16 May 2016 07:01:16 -0700 (PDT) Sanjiv Kumar wrote: > > > I wanted to avoid push if any of the files is deleted from the > > > local git clone area. Can anyone please help me with that? > > > > > > I am using Stash for repository management. > > > > It's

Re: [git-users] Need help in Git

2016-05-16 Thread Sanjiv Kumar
Rejecting them pushing to remote central repository. On Monday, May 16, 2016 at 6:37:47 PM UTC+5:30, Konstantin Khomoutov wrote: > > On Mon, 16 May 2016 04:48:57 -0700 (PDT) > Sanjiv Kumar wrote: > > > I wanted to avoid push if any of the files is deleted from the

Re: [git-users] Need help in Git

2016-05-16 Thread Konstantin Khomoutov
On Mon, 16 May 2016 04:48:57 -0700 (PDT) Sanjiv Kumar wrote: > I wanted to avoid push if any of the files is deleted from the local > git clone area. Can anyone please help me with that? > > I am using Stash for repository management. It's not clear where exactly

[git-users] Need help in Git

2016-05-16 Thread Sanjiv Kumar
Hi All, I wanted to avoid push if any of the files is deleted from the local git clone area. Can anyone please help me with that? I am using Stash for repository management. Thanks, Sanjiv -- You received this message because you are subscribed to the Google Groups "Git for human beings"

[git-users] Need help for updating git...

2014-07-28 Thread Bill CX
Hi there, I have an issue to update the git on Mac, hope someone can help me. I am trying to use this command line to update my git to 2.0.3. git clone https://github.com/git/git. I currently have git 1.8.4, and I have no idea to remove the older version either. Please help me. Thanks, Bill

[git-users] Need help in installing GIT in IBM-AIX Unix Server

2012-12-30 Thread gaugeta
Hello Guys, I want to install GIT in IBM-AIX UNIX Server. When I visited the GIT website I could find the installation packages for only Windows,Linux and Mac. Where can I get the installation package for AIX Unix Sever and what's the installation procedure for the same. Regards, Gautam. --

Re: [git-users] Need help in installing GIT in IBM-AIX Unix Server

2012-12-30 Thread Shrinivasan T
you can compile from source if you cant get the package for aix. On Dec 31, 2012 8:14 AM, gaug...@gmail.com wrote: Hello Guys, I want to install GIT in IBM-AIX UNIX Server. When I visited the GIT website I could find the installation packages for only Windows,Linux and Mac. Where can I get

Re: [git-users] Need help in installing GIT in IBM-AIX Unix Server

2012-12-30 Thread gaugeta
@Shrinivasan T : Thanks for replying. What does compliling from source mean. I'm very new to GIT. Can you please elaborate. --

Re: [git-users] Need help in installing GIT in IBM-AIX Unix Server

2012-12-30 Thread Shrinivasan T
On Mon, Dec 31, 2012 at 9:53 AM, gaug...@gmail.com wrote: @Shrinivasan T : Thanks for replying. What does compliling from source mean. I'm very new to GIT. Can you please elaborate. A simple google search on git for aix gave me the following results. go through these links.

Re: [git-users] Need help in installing GIT in IBM-AIX Unix Server

2012-12-30 Thread gaugeta
Thnaks a lot. Will try these options ang get back if I face any issues. --

[git-users] Need help using Gitosis

2011-02-11 Thread hujiko
Hi, i have set up a git server on ubuntu, and everthing works fine :) Now i want to use the current sourcecode to be linked in my apache www directory. So when i push to the server, i want a symlink in my apache-dir linking to the current head state How to do that? -- You received this message

Re: [git-users] Need help using Gitosis

2011-02-11 Thread Konstantin Khomoutov
On Fri, 11 Feb 2011 10:27:09 -0800 (PST) hujiko artife...@gmx.de wrote: i have set up a git server on ubuntu, and everthing works fine :) Now i want to use the current sourcecode to be linked in my apache www directory. So when i push to the server, i want a symlink in my apache-dir linking

[git-users] Need Help - CONFLICT (add/add)

2010-10-13 Thread Ken
Hi Everyone, I need some help. I have two branches: master and add_articles. I've been doing my work in add_articles and I wanted to merge the changes in to master prior to doing a deploy of my application. Here's the sequence of events: git branch - showed the active branch to be add_articles