Skip to content

[Bioc-devel] git fetch and push issues to TreeAndLeaf

2 messages · Milena Andreuzo, Nitesh Turaga

#
Dear Bioconductor team,

I'm new to git and to Bioconductor and I'm having some issues trying to
fetch changes from upstream or push changes to TreeAndLeaf's repository,
the package I maintain.

When I log into BiocCredentials, everything's ok, I have access to the
package, but here on my computer the permission is denied. I thought maybe
the problem is that the package is hosted on the lab's GitHub (user
sysbiolab)? And theoretically I'm logged into my personal GitHub (user
milena-andreuzo) on my computer.

I tried the command:
git config user.email
with my personal email (milenandreuzo @ gmail) and thought that would give
me access, but it didn't work. The message I get is:

remote: Permission to sysbiolab/TreeAndLeaf.git denied to milena-andreuzo.
fatal: unable to access 'https://github.com/sysbiolab/TreeAndLeaf.git/':
The requested URL returned error: 403

So I don't know what I did wrong and how to get permission. Do I have to
change the login to sysbiolab?

Best regards,

*Milena Andreuzo Cardoso*
Bioprocess Engineering and Biotechnology
Systems Biology Laboratory - Bioinformatics
Federal University of Paran?
Brasil
#
Hi,

It seems you need to take a look at our documentation 
https://bioconductor.org/developers/how-to/git/.

There is a "New Package Workflow" which you need to read and follow. 
That should set you up and get you going.

Best,

Nitesh
On 6/24/2020 2:52 PM, Milena Andreuzo wrote: