[sage-support] Re: Unable to check out trac tickets

2017-08-02 Thread Zachary Gershkoff
I followed the instructions on https://stackoverflow.com/a/18238322 and it seems to be working so far. I lost all my local branches, but I don't mind. On Monday, July 24, 2017 at 8:01:03 PM UTC-5, Zachary Gershkoff wrote: > > I tried to create a new ticket and link it to an existing local branch

[sage-support] Re: Unable to check out trac tickets

2017-08-02 Thread Zachary Gershkoff
This error with "garbage at end of loose object" is coming back to plague me. I recently tried to upgrade sage by pulling the develop branch, but I couldn't. zgersh2@helmholtz:~/sage$ git checkout develop Switched to branch 'develop' zgersh2@helmholtz:~/sage$ git pull remote: Counting objects:

[sage-support] Re: Unable to check out trac tickets

2017-07-25 Thread Zachary Gershkoff
That worked! I did have uncommitted changes because there was a file I didn't want to commit, but I removed it from the directory. Creating the remote branch the way you said and then setting the branch on the trac ticket manually seemed to work. On Tuesday, July 25, 2017 at 12:24:52 AM UTC-5,

[sage-support] Re: Unable to check out trac tickets

2017-07-24 Thread Dima Pasechnik
On Tuesday, July 25, 2017 at 6:15:54 AM UTC+1, Dima Pasechnik wrote: > > So you want to push the current branch to trac; you have committed local > changes. > Show us the output of > > git status > > if unsure. Then, in case, > check that track's repo is known as trac. Type > > git remote -v