Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Scoop update without HTTPS, as for the installation. #91

Open
mattthhh opened this issue Jul 26, 2024 · 1 comment
Open

[Feature] Scoop update without HTTPS, as for the installation. #91

mattthhh opened this issue Jul 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mattthhh
Copy link

When I installed Scoop, it fallback from HTTPS to HTTP because 443 is blocked by my company firewall, but scoop update doesn't do the same, and sadly i cannot update my apps then (and scoop generally).

@mattthhh mattthhh added the enhancement New feature or request label Jul 26, 2024
@niheaven niheaven transferred this issue from ScoopInstaller/Scoop Jul 26, 2024
@HUMORCE
Copy link
Member

HUMORCE commented Aug 26, 2024

You can access git-based bucket via SSH, if it's allowed.

For GH: https://docs.github.com/authentication/connecting-to-github-with-ssh

cd (scoop prefix scoop)
git remote set-url origin [email protected]:ScoopInstaller/Scoop.git

cd <bucket_dir>
git remote set-url origin <SSH_URI_OF_BUCKET>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants