[Bioc-devel] FATAL: W any packages/*** *** DENIED by fallthru

Kern, Lori Lor|@Shepherd @end|ng |rom Ro@we||P@rk@org
Thu Dec 7 17:13:46 CET 2023


We have updated the access credentials. Please remember to update the DESCRIPTION of the package accordingly.

Should the BiocCredentials account associated withwukong using bi.a.u-tokyo.ac.jp  be deleted completely?

Cheers,


Lori Shepherd - Kern

Bioconductor Core Team

Roswell Park Comprehensive Cancer Center

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263

________________________________
From: Jianqiang Sun <sun using biunit.dev>
Sent: Tuesday, December 5, 2023 8:32 PM
To: Kern, Lori <Lori.Shepherd using RoswellPark.org>
Cc: bioc-devel using r-project.org <bioc-devel using r-project.org>
Subject: Re: [Bioc-devel] FATAL: W any packages/*** *** DENIED by fallthru

Hi, Kern

Thanks for responding, I found the problem.

TCC is registered with my old email address (wukong using bi.a.u-tokyo.ac.jp<mailto:wukong using bi.a.u-tokyo.ac.jp>) and github account, would you change them to my new accounts. My current email address  is sun using biunit.dev<mailto:sun using biunit.dev> and my github account is 'jsun'. Or, please tell me how I can change them by myself (I tried changing them in BiocCredentials, but I got an error).

Many thanks,
JS


--
Jianqiang Sun / https://aabbdd.jp<https://secure-web.cisco.com/1j_R4yG4EAfqpZCYkrI9Yji6R9sSoYmS8UpHSwEaownKd3iem0RBfrfrvLZJ6c7pY_7sUq7g-KNdP4RKIOaSnKZUhzXeKiTjTaHpoPcrJgUryVNNYdDbMFIy2nxIGE2uDozJjz3ygfhUzqA1Lj8b8vMuUmXVvKDl3fdgiefAVepVMedeSUhEfXDP4NGEANXHMoRU661zOFG59hLafllB7eHWhYzXv2OsxQy0EpyxhEMp35qDPdsTqDD5WcPuPSEp-ydakjGJGmd-5Anm5Uih1k_8zy9_dlYQ4QiKfZ1GvJBKjsRoi2qK4nPVfz6-3it15/https%3A%2F%2Faabbdd.jp>
Research Center for Agricultural Information Technology (RCAIT),
National Agriculture and Food Research Organization (NARO)


2023年12月5日(火) 21:30 Kern, Lori <Lori.Shepherd using roswellpark.org<mailto:Lori.Shepherd using roswellpark.org>>:
It would help to also show the output of the commands.

Likely you need to add or create a new ssh key to the BiocCredentials app as I checked the configuration on our end and everything looks correct.
See
https://contributions.bioconductor.org/git-version-control.html#faq<https://secure-web.cisco.com/1yaT33qLWTWO6w3vO5LL-pUQg1ldY-ecJOZH0_uF9xA7b3PnfoDLRp-d3Ca0FG2rbE-87Cya86WwjEjJOCW5n6thj5BwzpknTwiBhu4Y2qYUfTndp35GCcjzruUgNzruM1QH-2_EjuK9X8sJd75PSB55-GdUHadzk6OlD0PRksXkXlVH8tcueh9asIYRGoG07IQDEK87LPag1D6fKwF3hMiQmemcVHOIL8fVKNjCElQGtJ2BetBTUM8LjQy3So55tydAMqyx7vuARft35KmWOCPu8fbA1y4v26dAHpwysW_M6-b4Ou5GUFjjEuQCq6I96/https%3A%2F%2Fcontributions.bioconductor.org%2Fgit-version-control.html%23faq>

particularly maybe #1, #13, #14, and #15







Lori Shepherd - Kern

Bioconductor Core Team

Roswell Park Comprehensive Cancer Center

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263

________________________________
From: Bioc-devel <bioc-devel-bounces using r-project.org<mailto:bioc-devel-bounces using r-project.org>> on behalf of Jianqiang Sun <sun using biunit.dev<mailto:sun using biunit.dev>>
Sent: Monday, December 4, 2023 8:46 PM
To: bioc-devel using r-project.org<mailto:bioc-devel using r-project.org> <bioc-devel using r-project.org<mailto:bioc-devel using r-project.org>>
Subject: [Bioc-devel] FATAL: W any packages/*** *** DENIED by fallthru

Hi there,

I tried to fix some build errors in TCC package according to this page:
https://secure-web.cisco.com/1H1whIih3CZyCkBGWRo8Sty2q_koMEtkizYfJFGDhwXybjNUMoTpUQuLgu8M12cg2jQpTjDPdC6BakS1DawPlrCC-CSmlLF08up65QDWjgx9ospO7chvNfED5gCofqhdvbDDs8I-dOpltfkYLfhVW6sAtFJrzmXxXGSyqVogfgUvg4asiJBKiW32vxHUccWsylhEn0WCC5HeSfF1Nqga3iDnqWDCtGPyXVeZviyHgTcCxY8wvgHI0eT1pxvC0dUa0YoK8d_yYfYta4-zuwUhX_szcZqKlq_jgO0050Xr6-RDMbXLBe5m8a7dWe2cKDy0o/https%3A%2F%2Fcontributions.bioconductor.org%2Fgit-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 git using github.com:jsun/TCC.git
  521  cd TCC
  523  git checkout devel
  524  git pull
  529  vi DESCRIPTION
  530  git remote add upstream git using 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://secure-web.cisco.com/18574Gi8AQCZnKVkjr9wK-pQVGcbfBHNP8nBkVe8l4jyGS5eOUepe2SHSAUhU_17hUbaleF9iRlxH7jWLPoajE6NNb5i6dmtXU8UfhRkFSrn67fGHD-Jn4aTW2pn_Rzj98RKGaDi8yVXxzRmgUkA90l0gi1rNURXrPLVreRLcLIUtLy-QHBBQccsx4ivPG6HHPBQeeZDlky1I3ZR3KkKQwI-S8Hflihar8TgIjSf11hLRnEluRxkoEto49Se7YANfuSoK6cgDKrC0Xnm8BbFmQPVT9gUnXgX9StEFwZVXDDvhpl3-75aVWbzcF_WyJHZ3/https%3A%2F%2Faabbdd.jp
Research Center for Agricultural Information Technology (RCAIT),
National Agriculture and Food Research Organization (NARO)

        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel using r-project.org<mailto:Bioc-devel using r-project.org> mailing list
https://secure-web.cisco.com/1NVPKA1J-gGLiGgGW16d2psnC4ayD6T8EzIOQHgxgCclvjoNb3IwXulO2WQxrzFkwtLm-WzOF4QTgm2sL7pQiD9JxO-J5ZcprL7uxoYrWrU_I3OAMdSldRkIvN70Br55ZAnoNzeqhNhnCsD2CLzFt_sfdolkShUJOKZEab5HUvNpDugP4Pe5Wleg-b8GgoIbWRKmhO8vSnUla47Ts3fhKeBIOskPUIHqur4dulQtgglZLZenqCs96N-aIicUNX-xmV6n2E_oLqsdIILy3ucwtAGq4R3r_6HE3_D1zMZej2TiV9RbZ8hrIbahJd55Srbcc/https%3A%2F%2Fstat.ethz.ch%2Fmailman%2Flistinfo%2Fbioc-devel


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.


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.
	[[alternative HTML version deleted]]



More information about the Bioc-devel mailing list