Hi Arpit, Thanks for the prompt reply. I followed the steps you have given. After bypassing proxy it works for the procedure as described in 'git the hard way' by checking out tickets using FETCH_HEAD method (http://doc.sagemath.org/html/en/developer/manual_git.html) Still not working for the git-trac method though. I'll try it again tomorrow and post the results/errors later. For now I'm using the 'hard way'.
Regards. Snehil Joshi On Monday, March 6, 2017 at 4:32:03 PM UTC+5:30, Arpit Merchant wrote: > > Hi Snehil, > > One general rule of thumb to follow is to do: > 1. From branch 'develop' or wherever you want to create a new branch from, > first create a new local branch (say) 'my_local_branch' and switch to it > (git checkout -b my_local_branch) > 2. And then download ticket to this branch (git trac pull TICKET_NUM). > > However, it looks to me as though the problem is because of the proxy. You > should talk to your systems administrator to get trac.sagemath.org (and > the rest from git remote -v) unblocked or a way to bypass proxy as allowed. > > Best, > Arpit. > -- You received this message because you are subscribed to the Google Groups "sage-gsoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-gsoc. For more options, visit https://groups.google.com/d/optout.
