Skip to content
Prev 11954 / 21307 Next

[Bioc-devel] EXTERNAL: Re: Cannot move 'xps' to GIT

Hi,

Both your `origin` and `upstream` are set to the same location i.e git at git.bioconductor.org:packages/xps.

This is wrong. You want your origin to point to `git at github.com:cstrato/xps`

You can do this by following the commands, 

	`git remote set-url origin git at github.com:cstrato/xps.git`

	`git push origin master` 

All of this documentation is given in bioconductor.org/developers/how-to/git/. 

Best,

Nitesh
This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.