Category "git"

How do I list branches having a common prefix?

I am using Git to manage the development and releases of some software used internally by my company, and having not used Git much prior to joining this company

Git error: "Please make sure you have the correct access rights and the repository exists"

I am using TortoiseGit on Windows. When I am trying to Clone from the context menu of the standard Windows Explorer, I get this error: Please make sure you

Switch user in GitHub CLI

I am using GitHub CLI and MinGit for Windows. When I logout of GitHub CLI with gh auth logout and log back in with different account by calling gh auth login gi

Rancher/Fleet GitRepo git ls-remote error

Within Rancher Continuous Delivery, I am seeing an error on polling the GitHub repository with the below error: git ls-remote head master error exit status 128

GitHub does not recognize changes from a reverted pull request

I'm working on a Git branch called bug-fix-1, which I created based off integration branch. There was another branch bug-fix-2 which was merged into integration

Jenkins Bitbucket LFS-pull failing with missing protocol 'unknown'

I'm trying to set up a Bitbucket-Repo for building in Jenkins. However, whenever there is a LFS-file in the Repo, the pull fails with the error "missing protoco

Git tab missing in RStudio after git installed on Windows

Installed R, R Studio, Git but when I opened R Studio, there was no Git tab, like the screenshot below: Windows 8.1, x64 R version: 3.5.1 R Studio version: 1.

git delete branch with name contains special chars

Could you please help me? I have created a git branch with the wrong name and I am not able to delete it because the name contains some crazy characters. I copi

GitLab Incremental BackUp

Now everyday i'm taking the full back-up of gitlab-CE 8.12.4 server whose size is more than 4 GB. Is there any way or work-around to take the incremental backup

Git local: "failed to stat ... Permission denied"

I got this error in pull or push in a Git local repository: Cloning into 'porject.get'... warning: failed to stat 'C:/.get/objects/02/20365a0796c99f07237a3fb8ba

How to git add some file to repository?

I want to add some files that menu.blade.php, index.blade.php, proses.blade.php and show.blade.php I try like this : It's exist error like this : fatal: pa

git push never finishes - only gets to Total line

Expected Behavior I edited file1, committed, and did this $ git push NOTICE: Only authorized blah blah blah... Counting objects: 7, done. Delta compression

The .gitignore setting for the .idea folder of Jetbrains Rider's does not work

I am currently working on a game project for Android using Unity and Rider on Windows10. Git administration is using Github Desktop. After completing the game

How to find which files have not changed since commit?

In git, how can one find out which files in directory have NOT changed since some commit?

Git Warning: LF will be replaced by CRLF

I am using Git gui. I see this error for several files in a folder. I have two choice buttons - Unlock index and Continue. I don't understand what the buttons d

npm ERR! git dep preparation failed when trying to install package.json

I'm trying to install package.json file using the command npm install, but I'm getting the following error. npm ERR! git dep preparation failed npm ERR! command

Create a git repository on server side

I have a big problem and I can't understand this topic. I have a server with a website. I created a repository there with git init. Than I made a git add * to a

Nodejs Express on Heroku App EACCES 0.0.0.0:80

I am trying to run a Node app on a newly created Heroku App from their web. I followed their steps and still I am getting errors when displaying app status. I

Azure DevOps: How to create a folder in GIT repo with REST API repo

I want to create a folder hierarchy in a GIT repository on Azure Devops using the REST API. (automated via a script) The docs https://docs.microsoft.com/en-us/r

How to fix error 'not found husky-run' when committing new code?

When committing on a project that uses Husky, I get an error that says not found husky-run I checked the package.json and it has husky as a dependency, and I ca