Dear Martin,
Thank you for this clarification.
I must admit that I did not realize that there exists now a 'git log'
Snapshot Date, since usually the information:
'This page was generated on 2017-10-15 16:06:50 -0400 (Sun, 15 Oct 2017)'
was sufficient for me.
Best regards,
Christian
P.S.:
Si
On 10/15/2017 06:00 PM, cstrato wrote:
I have just seen the update 2017-10-15 of the BUILD/CHECK report:
http://bioconductor.org/checkResults/devel/bioc-LATEST/xps/
which was not available when I have sent my former mail.
For some reason my commit to version xps_1.37.2 was not accepted.
Ple
I have just seen the update 2017-10-15 of the BUILD/CHECK report:
http://bioconductor.org/checkResults/devel/bioc-LATEST/xps/
which was not available when I have sent my former mail.
For some reason my commit to version xps_1.37.2 was not accepted.
Please tell me what I need to do to solve th
Hi,
Since 'https://github.com/cstrato/xps' does only contain information how
to create or push a repository I tried to follow again:
http://master.bioconductor.org/developers/how-to/git/push-to-github-bioc/
2. View existing remotes
$ git remote -v
origin g...@github.com:cstrato/xps.git (fe
Dear Turaga,
As you suggested, I did:
$ git remote set-url origin g...@github.com:cstrato/xps.git
$ git remote -v
origin g...@github.com:cstrato/xps.git (fetch)
origin g...@github.com:cstrato/xps.git (push)
upstreamg...@git.bioconductor.org:packages/xps.git (fetch)
upstreamg...
Hi,
Both your `origin` and `upstream` are set to the same location i.e
g...@git.bioconductor.org:packages/xps.
This is wrong. You want your origin to point to `g...@github.com:cstrato/xps`
You can do this by following the commands,
`git remote set-url origin g...@github.com:cstrato/xp
Dear Martin,
Following your advice
https://bioconductor.org/developers/how-to/git/maintain-github-bioc/
I did the following:
$ cd xps
$ git remote add upstream g...@git.bioconductor.org:packages/xps.git
$ git fetch upstream
Enter passphrase for key '/Users/rabbitus/.ssh/id_rsa':
From git.bi
On 10/12/2017 04:13 PM, cstrato wrote:
Dear Martin,
Thank you for your informative reply.
1, My SSH public key that you mentioned is the correct one.
2, After following your advice and running
ssh -v g...@git.bioconductor.org
I got:
OpenSSH_7.4p1, LibreSSL 2.5.0
debug1: Reading configu