Category "git"

gitlab runner Specific runner vs Shared runner vs Group runner

As a Sysadmin, I'm using gitlab as git server and some docker server as deploy servers. We have many projects on gitlab, Now I decide to use gitlab runner as a

RPC failed: curl 56 failure when receiving data from the peer

I have just created a small corporate repository on Azure ( 1 commit per each of 2 branches, totall about 200mb of repo), then I deleted local repository. When

Appropriate Method for making a bugfix to older version tags of a repo

The latest version of my project is tagged on github as 1.11.0. I need to fix a bug that affects versions 1.10.0 1.9.0 1.8.0 and 1.7.0 The master branch is tagg

Jenkins to Github integration with Deploy Key results in an access denied

I’m working to integrate Jenkins to a GitHub repo that I have to pull code, and run. I’ve add a GitHub repository URL to a Source Code Management s

does git pull atomically write files

I can't find anything in the documentation. If I do a git pull, am I guaranteed that the underlying file, resulting of the merge, is atomically written? Some m

is it possible to apply code format before git diff command

I was working on a old repo, I have config my editor to auto apply black and isort while save, but the repo code not. So while I try to diff, there will always

gitKraken throw "failed to retrieve list of ssh authentication methods error waiting on socket"

I use gitKraken and I get an error when I'm trying to pull from master. "failed to retrieve list of ssh authentication methods error waiting on socket" I tried

Unable to clone Git repo: Invalid file descriptor

I'm trying to clone a Git repository. At work we're making use of a proxy with authentication. The commands I execute to set up the proxy settings: git config -

"Failed to connect to github.com port 443: Connection timed out" when pushing to remote repository

I've 'googled' and 'stackoverflowed' so much but I haven't found a solution for my problem. I'm on Ubuntu and try for the first time git. I did: sudo apt-get

How do I make packages without version numbers work in Swift Playgrounds on the iPad?

I‘m trying to import the Swift package https://github.com/demharusnam/SwiftUIDrag into the playgrounds app on the iPad, but it won‘t work. I suspect

How to fetch entire repository with GitLab CI/CD?

I'm currently setting up GitLab CI/CD. We use GitVersion in our project, which throws the following error: /root/.nuget/packages/gitversiontask/5.3.7/build/GitV

Git push automatically update all submodules

I searched and searched for an automatically way of updating(synchronizing) all submodules when pushing. I have the main project, e.g: test Another project, e

Git push working GitKraken, failing due to permissions in VS Code

I am able to pull/push to GitHub via GitKraken on my Windows 10 machine but when using VS Code on the same machine I get permission errors. Any thoughts? git

Creating merge commit in git with reversed parents order

In Weblate we're sometimes creating merge commits which get in the end pushed to the upstream repository. I'd like them to be constructed with parent commits in

black as pre-commit hook always fails my commits

I'm trying to use pre-commit to manage Black as a Git pre-commit hook, but I must be doing it wrong. In my pre-commit config file I have: - repo: https://gith

Why can't I push tags in GitHub workflows anymore, and how do I fix it?

My team has a GitHub release workflow that automatically tags our prod branch on push. It has been working fine for the last year, with the most recent success

Git always ask for username and password in ubuntu

I recently shifted from windows to ubuntu. I'm working on company's repo as collaborator and I do have all permissions. Git was working fine on my windows machi

fatal: Unable to find remote helper for 'https'

I tried to install brew on my mac (High Sierra) I always have this error: fatal: Unable to find remote helper for 'https' I tried to clone brew manually b

[email protected]: Permission denied (publickey)

I created a new remote repository and tried to use git push -u origin master command to push my local files into the new repository the first time after I add i

Gitlab deploy keys configured but still doesn't grant access

I just configured Gitlab with a deploy key so that it doesn't ask for a username and password every time—but when pulling, it still fails with the followi