问题标签 [private-repository]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
git - 如果我将私有 GitHub 存储库切换为公开,我的编辑历史记录也会公开吗?
我一直在私人 GitHub 存储库中开展一个项目,我想将其公开。
但是,我不想分享我之前对项目所做的所有编辑,而只是显示项目公开时的编辑。
这可能吗?或者我应该从头开始创建一个新的存储库并在那里上传我最终编辑的文件?
node.js - 使用 node.js 从私有存储库下载 zip 版本
我正在尝试从私人存储库下载 zip 版本,我尝试了很多解决方案,但似乎都没有。
这是我的代码:
url 变量等于:https ://github.com/SolberLight/PRIVATE_REPO_NAME/releases/download/1.0/MY_ZIP_NAME.zip
看起来我总是得到 9 字节的内容大小和“未找到”响应,所以我猜我的标题不正确?
感谢您的帮助 !
编辑 1:取得了一些进展,但现在看来 blob 的大小不合适
git - 将私有仓库导入到其他私有仓库 Git
我有一个关于 git 的私人仓库,我很想将它导入另一个私人仓库。当我尝试导入它时,我使用我的帐户登录,然后Your old project requires credentials for read-only access. We will only temporarily store them for importing.
继续弹出此消息,我无法导入 repo。有人可以帮忙吗?
composer-php - bitbucket 管道作曲家和私有存储库中的问题
我对 bitbucket 和 composer 管道有疑问。事实上,我有几个库托管在私有 bitbucket 存储库上。所以我在 composer.json 中添加了这个:
和
但是在我的管道中有这个错误
你能帮助我吗?
github-actions - 如何将私有存储库部署为包
我正在使用 Enterprise Git 3.0,创建了一个私有存储库。我创建了一个 GitHub 个人访问令牌,将其存储在存储库的机密中,并从工作流程中引用它。PAT 有权读取/写入包。
我创建了下面提到的工作流操作,但是每当我运行时,它都会给出401: Unauthorized。
有人可以指导我缺少什么。
链接我指 的是https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-maven