Skip to content

[Bioc-devel] Problems pushing changes from github to git.bioconductor

3 messages · Turaga, Nitesh, Blattmann Peter

#
Hi,

The form is fixed now. You should be able to submit. 

But your upstream remote is wrong. You need to be using SSH protocol for access to the git.bioconductor.org server.

i.e your upstream should be `git at git.bioconductor.org:packages/SWATH2stats.git`.


Please see the documentation http://bioconductor.org/developers/how-to/git/new-package-workflow/

? SSH (developer) read / write access: git at git.bioconductor.org
? HTTPS (public) read only access: https://git.bioconductor.org
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.
5 days later
#
Dear Nitesh, 

Thank you for spotting that my upstream was wrong and fixing the form. I submitted my key (id_github) last weekend, but I still get stuck when I try to push changes to upstream. 
I'm not really sure from where the problem comes and if this might be because I have different .ssh keys (I have a config file that should sort this out) or if there is a problem with the username (it shows blattman in the error message, but I'm not sure where one defines a username or which one I would need to use)?

See below some print outs from the commands and thank you very much for any help. 

Best

Peter



$ cat ~/.ssh/config
host git.bioconductor.com
user git
identityfile ~/.ssh/id_github

peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master)
$ git remote -v
origin  git at github.com:peterblattmann/SWATH2stats.git (fetch)
origin  git at github.com:peterblattmann/SWATH2stats.git (push)
upstream        git at git.bioconductor.org:packages/SWATH2stats.git (fetch)
upstream        git at git.bioconductor.org:packages/SWATH2stats.git (push)

peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master)
$ git fetch --all
Fetching origin
Fetching upstream

peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master)
$ git push origin master
Everything up-to-date

peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master)
$ git push upstream master
FATAL: W any packages/SWATH2stats blattman DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.






-----Original Message-----
From: Turaga, Nitesh [mailto:Nitesh.Turaga at RoswellPark.org] 
Sent: Friday, September 01, 2017 4:10 PM
To: Blattmann Peter
Cc: mailman, bioc-devel
Subject: Re: Problems pushing changes from github to git.bioconductor

Hi,

The form is fixed now. You should be able to submit. 

But your upstream remote is wrong. You need to be using SSH protocol for access to the git.bioconductor.org server.

i.e your upstream should be `git at git.bioconductor.org:packages/SWATH2stats.git`.


Please see the documentation http://bioconductor.org/developers/how-to/git/new-package-workflow/

? SSH (developer) read / write access: git at git.bioconductor.org ? HTTPS (public) read only access: https://git.bioconductor.org
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.
#
Dear Nitesh, 

Here some addition to the previous e-mail. I saw that in the config file there was written by mistake git.bioconductor.com instead of .org. I  changed this now, but still it doesn't work. But the ssh connection seems to work fine and it recognizes me as "blattman" (see below).  

Thanks

Best

Peter



peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master)
$ cat ~/.ssh/config
host git.bioconductor.org
user git
identityfile ~/.ssh/id_github

peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master)
$ git push upstream master
FATAL: W any packages/SWATH2stats blattman DENIED by fallthru
(or you mis-spelled the reponame)
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master)
$ ssh -T git at git.bioconductor.org
hello blattman, this is git at ip-172-30-0-33 running gitolite3 v3.6.6-6-g7c8f0ab on git 2.13.0

 R      admin/..*
 R      packages/..*
 R      admin/manifest
 R      packages/ABAData
 R      packages/ABAEnrichment
 R      packages/ABSSeq


-----Original Message-----
From: Bioc-devel [mailto:bioc-devel-bounces at r-project.org] On Behalf Of Blattmann Peter
Sent: Wednesday, September 06, 2017 7:36 PM
To: Turaga, Nitesh
Cc: mailman, bioc-devel
Subject: Re: [Bioc-devel] Problems pushing changes from github to git.bioconductor

Dear Nitesh, 

Thank you for spotting that my upstream was wrong and fixing the form. I submitted my key (id_github) last weekend, but I still get stuck when I try to push changes to upstream. 
I'm not really sure from where the problem comes and if this might be because I have different .ssh keys (I have a config file that should sort this out) or if there is a problem with the username (it shows blattman in the error message, but I'm not sure where one defines a username or which one I would need to use)?

See below some print outs from the commands and thank you very much for any help. 

Best

Peter



$ cat ~/.ssh/config
host git.bioconductor.com
user git
identityfile ~/.ssh/id_github

peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master) $ git remote -v origin  git at github.com:peterblattmann/SWATH2stats.git (fetch) origin  git at github.com:peterblattmann/SWATH2stats.git (push)
upstream        git at git.bioconductor.org:packages/SWATH2stats.git (fetch)
upstream        git at git.bioconductor.org:packages/SWATH2stats.git (push)

peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master) $ git fetch --all Fetching origin Fetching upstream

peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master) $ git push origin master Everything up-to-date

peterb at SYSBC-131 MINGW64 /c/ExchangeDrives/SWATH2stats (master) $ git push upstream master
FATAL: W any packages/SWATH2stats blattman DENIED by fallthru (or you mis-spelled the reponame)
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.






-----Original Message-----
From: Turaga, Nitesh [mailto:Nitesh.Turaga at RoswellPark.org]
Sent: Friday, September 01, 2017 4:10 PM
To: Blattmann Peter
Cc: mailman, bioc-devel
Subject: Re: Problems pushing changes from github to git.bioconductor

Hi,

The form is fixed now. You should be able to submit. 

But your upstream remote is wrong. You need to be using SSH protocol for access to the git.bioconductor.org server.

i.e your upstream should be `git at git.bioconductor.org:packages/SWATH2stats.git`.


Please see the documentation http://bioconductor.org/developers/how-to/git/new-package-workflow/

? SSH (developer) read / write access: git at git.bioconductor.org ? HTTPS (public) read only access: https://git.bioconductor.org
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.
_______________________________________________
Bioc-devel at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel