deploy-keys Questions
2
I want to install multiple private Github repositories as python packages into my repository using poetry. This works fine when running poetry install locally as I have my public SSH key added to G...
Lamplighter asked 3/2, 2021 at 12:58
2
Solved
I received an email from GitHub stating:
You recently used a password to access the repository at username/repo with git using git/2.24.3 (Apple Git-128).
Basic authentication using a password to ...
Scottiescottish asked 18/12, 2020 at 0:1
2
Solved
With AWS CodeBuild you define GitHub as the source. If your repo is private, you can pass a personal token. I've built a CodeBuild process and confirmed this worked.
What I'd like to do is not us...
Steading asked 6/8, 2019 at 19:34
1
I want to deploy two projects in the same VPS.i've successfully deployed one project and added Deploy keys to the GitLab repository.but when I try to add the same ssh key to my other repositories D...
Charmaincharmaine asked 12/7, 2020 at 8:29
1
Solved
I successfully created a deploy key for a private repository using the method outlined here.
Now when I run git clone repo_url I would expect it to clone? But it doesn't. A pop up appears expecting...
Gallinaceous asked 12/6, 2019 at 14:5
1
© 2022 - 2024 — McMap. All rights reserved.