Re: [sage-devel] unable to connect to git trac server

2020-02-23 Thread Dima Pasechnik
Could you push a branch using "plain" git? Assuming the output of git remote -v contains "trac g...@trac.sagemath.org:sage.git (push)" you should be able to push a branch like this: git push trac HEAD:u/gh-diveshkr-code/test1 On Sun, Feb 23, 2020 at 3:33 PM DIVESH KUMAR wrote: > > I am able

Re: [sage-devel] unable to connect to git trac server

2020-02-23 Thread DIVESH KUMAR
I am able to push and pull now to my repository but still am getting this error any idea why it's still happening. Thanks a lot for your help so far. > Saved trac username. > > Saved trac password. > > Trac xmlrpc URL: > > https://trac.sagemath.org/xmlrpc (anonymous) > > https://trac.sage

Re: [sage-devel] unable to connect to git trac server

2020-02-22 Thread DIVESH KUMAR
I couldn't push into a test repository in github the error was > remote: Invalid username or password. > > fatal: Authentication failed for >> 'https://github.com/diveshkr-code/Testing-git.git/' > > > it's probaly because my remote origin in .git/config is different than my url(it is somehow set

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread Dima Pasechnik
On Fri, Feb 21, 2020 at 6:19 PM varenyam bakshi wrote: > > i typed the following command > $ssh g...@trac.sagemath.org info > > and here is the output > > @@@ > @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ > @@@

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread varenyam bakshi
i typed the following command $ssh g...@trac.sagemath.org info and here is the output @@@ @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@ IT IS POSSIBLE THAT SOMEONE IS

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread Dima Pasechnik
I suggest that you try creating a small git repo on github and try to push to it and pull from it. If it doesn't work then you have a problem with a firewall or something like that. On Fri, 21 Feb 2020, 16:32 DIVESH KUMAR, wrote: > Hey I am facing a similar problem in configuring git with trac u

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread DIVESH KUMAR
Hey I am facing a similar problem in configuring git with trac using the git trac config --user USERNAME --pass 'PASSWORD command given in this link but ssh authentications fails. while using git trac config --user USERNAME --pass 'PASS

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread varenyam bakshi
i copy pasted it in the ssh key under preference section On Fri, Feb 21, 2020 at 7:35 PM E. Madison Bray wrote: > You still need to provide a host to connect to. In your screenshot > (posting screenshots is not necessary, you can just copy/paste the > terminal output), you just ran `ssh -i ~/.s

Re: [sage-devel] unable to connect to git trac server

2020-02-21 Thread E. Madison Bray
You still need to provide a host to connect to. In your screenshot (posting screenshots is not necessary, you can just copy/paste the terminal output), you just ran `ssh -i ~/.ssh/id_rsa`. I didn't say this explicitly but it was implicit that that's just one flag to ssh; other options still need

Re: [sage-devel] unable to connect to git trac server

2020-02-20 Thread Dima Pasechnik
have you created an ssh key pair? What is the output of ls -al ~/.ssh/ ? On Thu, Feb 20, 2020 at 10:55 AM varenyam bakshi wrote: > > sorry but it is still not working > > On Wed, Feb 19, 2020 at 7:16 PM E. Madison Bray wrote: >> >> On Tue, Feb 18, 2020 at 12:17 PM varenyam bakshi >> wrote:

Re: [sage-devel] unable to connect to git trac server

2020-02-19 Thread E. Madison Bray
On Tue, Feb 18, 2020 at 12:17 PM varenyam bakshi wrote: > > I followed the instructions given in sage developer's guide but i am not > being authenticated. I checked it using the basic gitolite commands given in > the guide > ssh g...@trac.sagemath.org info > > it is showing this error > please

[sage-devel] unable to connect to git trac server

2020-02-18 Thread varenyam bakshi
I followed the instructions given in sage developer's guide but i am not being authenticated. I checked it using the basic gitolite commands given in the guide ssh g...@trac.sagemath.org info [image: git-trac-error.png] it is showing this error please help -- You received this message because