gpt4 book ai didi

github - 使用 `travis encrypt-file` 时无法弄清楚 GitHub 存储库名称

转载 作者:行者123 更新时间:2023-12-01 11:20:36 26 4
gpt4 key购买 nike

当我使用 travis encrypt-file命令,抛出错误:
Can't figure out GitHub repo name. Ensure you're in the repo directory, or specify the repo name via the -r option (e.g. travis <command> -r <owner>/<repo>)
如何使用 travis 命令指定 repo 名称?我在 travis 的文档中没有找到

最佳答案

lib/travis/cli/repo_command.rb 中可以看到类似但更完整的消息。

Can't figure out GitHub repo name. 
Ensure you're in the repo directory, or specify the repo name via the -r option (e.g. `travis <command> -r <owner>/<repo>`)"
GitHub repo name is invalid, it should be on the form 'owner/repo'

所以在你的情况下:
travis encrypt-file -r <owner>/<repo>

或者:
cd /path/to/GitHub/cloned/repo/locally
travis encrypt-file

(因为在最后一种情况下, git remote -v 显示了 github 远程 repo url)

说到远程, J0hnG4lt提及 in the comments :

Caused for me by having a non standard remote name.
Travis expects the remote to be called "origin".

关于github - 使用 `travis encrypt-file` 时无法弄清楚 GitHub 存储库名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44148452/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com