Skip to content
Prev 11446 / 21312 Next

[Bioc-devel] COHCAP GitHub Update

Hi Martin and Nitesh,

Thanks for your help - I can now clone from the Bioconductor COHCAP git
repository, and I'm now working on syncing the GitHub repository and the
Bioconductor repository (or at least updating the Bioconductor repository).

I'm testing making a minor change (not affecting functionality, in the
"CHANGES" text file) to one of the files from the Bioconductor repository
(without trying to sync the repositories), and I get the following error
message when I try to push the changes to the Bioconductor repository
(showing prior commands as well):

cwarden$ git clone https://git.bioconductor.org/packages/COHCAP

Cloning into 'COHCAP'...

remote: Counting objects: 485, done.

remote: Compressing objects: 100% (479/479), done.

remote: Total 485 (delta 328), reused 0 (delta 0)

Receiving objects: 100% (485/485), 107.97 KiB | 0 bytes/s, done.

Resolving deltas: 100% (328/328), done.

Checking connectivity... done.

cwarden$ cd COHCAP

COHCAP cwarden$ git checkout master

Already on 'master'

Your branch is up-to-date with 'origin/master'.

[edit file]

COHCAP cwarden$ git status

On branch master

Your branch is up-to-date with 'origin/master'.

Changes not staged for commit:

  (use "git add <file>..." to update what will be committed)

  (use "git checkout -- <file>..." to discard changes in working directory)


modified:   CHANGES


no changes added to commit (use "git add" and/or "git commit -a")

COHCAP cwarden$ git commit -a -m "fake commit"

[master 225f7ac] fake commit

 1 file changed, 1 insertion(+)

COHCAP cwarden$ git status

On branch master

Your branch is ahead of 'origin/master' by 1 commit.

  (use "git push" to publish your local commits)

nothing to commit, working directory clean

COHCAP cwarden$ *git push origin master*

*fatal: remote error: FATAL: W any packages/COHCAP nobody DENIED by
fallthru*

*(or you mis-spelled the reponame)*

I tried this on a couple computers and I get the same error message with
the "git push origin master" command.  Can you please help me identify the
problem, so I can at least update the Bioconductor repository?

Thanks,
Charles

On Thu, Aug 24, 2017 at 11:07 AM, Charles Warden <cwarden45 at gmail.com>
wrote: