Linked Questions

3 votes
1 answer
5k views

I'd like to pip install a library from a private GitHub repository in a GitHub Actions job. I can install it on my computer just fine because I've configured GitHub to accept the SSH key. But how do I ...
Matthew Trotter's user avatar
0 votes
1 answer
9k views

I am Trying to make a commit to my repository but when i click on Publish Branch then an error occurs please help me guys I need help with office work and I am new. Click Here to check the Image
Parth Anand's user avatar
2 votes
1 answer
3k views

I have a Docker container which is bringing up a project which has dependencies in a private repo. Dockerfile is copying my passwordless SSH keys (permissions are 600 & 644): COPY docker/config/...
Norgul's user avatar
  • 4,784
-1 votes
1 answer
2k views

I was trying to deploy the master branch via ssh, but after following the steps: https://medium.com/@hfally/a-gitlab-ci-config-to-deploy-to-your-server-via-ssh-43bf3cf93775 got: my script: ...
João Vitor's user avatar
0 votes
0 answers
745 views

I started a new Project a GitLab. After that i created a Repo, all works! Then i generated a public key with (ssh-keygen -t rsa -C "my registrated email at git"). I added my Private Key to my personal ...
Haseang's user avatar
0 votes
0 answers
238 views

I am trying to clone a git repository while my EC2 instance boots up. Following is the code I have till now: echo "$ssh_key" | sed -e 's/^"//' -e 's/"$//' > /home/ubuntu/.ssh/id_rsa chmod 400 /...
user517696's user avatar
  • 2,682
0 votes
0 answers
176 views

I am trying to run the command npm install and in my package.json file I have the following dependency. "abc-editor": "git+ssh://[email protected]:abc-apps/editor.git" I tried ...
Ahmed Ali's user avatar
0 votes
0 answers
117 views

I've created a Git Repo on BitBucket, and I successfully cloned it into my server using cPanels GIT Version Control page. So now my website is displaying on my server. What I want to do now, is ...
Chud37's user avatar
  • 5,037
0 votes
0 answers
41 views

So I asked question before about merging gitlub runner into remote branch, but I have made a lot of changes since then. The whole idea behind what I want is that I have a simple script which creates ...
neekitit's user avatar
0 votes
0 answers
30 views

I wanna deploy my react app to heroku and this is my first time . when I run git push heroku master code in cmd I get this code(errors) : λ git push heroku master Total 0 (delta 0), reused 0 (delta 0),...
Alireza Saatchi's user avatar
0 votes
0 answers
25 views

What I want to do I'm trying to connect to github with ssh while building python docker image. FROM python:3.10.4 AS builder ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONUNBUFFERED 1 WORKDIR /running ...
Jerry's user avatar
  • 513
0 votes
0 answers
19 views

I have a gitlab repository with the following gilab-ci.yaml file: --- image: ubuntu:22.04 stages: - before_script - test before_script: - 'command -v ssh-agent >/dev/null || ( apt-get ...
Yes's user avatar
  • 453
560 votes
19 answers
472k views

I have the following use case: I would like to be able to push to [email protected]:gitolite-admin using the private key of user gitolite-admin, while I want to push to [email protected]:some_repo ...
Confusion's user avatar
  • 17k
221 votes
22 answers
376k views

I have a problem with jenkins, setting "git", shows the following error: Failed to connect to repository : Command "git ls-remote -h https://[email protected]/person/projectmarket....
A. M. Mérida's user avatar
70 votes
4 answers
171k views

I am using SSH to clone a git repo to my web server, but every time I get this error $git clone [email protected]:aleccunningham/marjoram.git Cloning into marjoram... Host key verification failed. I ...
Alec Cunningham's user avatar

15 30 50 per page