Hi there,

I tried to fix some build errors in TCC package according to this page:
https://contributions.bioconductor.org/git-version-control.html. However,
when I ran the `git push upstream devel` command, I got the following
message. Is something wrong with the process?

```
git push upstream devel
FATAL: W any packages/TCC jsun 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
```

These are the shell scripts that I ran before I pushed the code.

```
  520  git clone g...@github.com:jsun/TCC.git
  521  cd TCC
  523  git checkout devel
  524  git pull
  529  vi DESCRIPTION
  530  git remote add upstream g...@git.bioconductor.org:packages/TCC.git
  531  git remote -v
  532  git fetch --all
  533  git merge upstream/devel
  534  git merge origin/devel
  535  git push upstream devel
```


Thanks,
JS


--
Jianqiang Sun / https://aabbdd.jp
Research Center for Agricultural Information Technology (RCAIT),
National Agriculture and Food Research Organization (NARO)

        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to