Category "git"

Error, "error: RPC failed; curl 18 transfer closed with outstanding read data remaining" when trying to push to git

I am trying to push a project to a new Github repo but keep getting the error, error: RPC failed; curl 18 transfer closed with outstanding read data remaining a

C# connection to GIT fails

I have an application that generates file that needs to be stored in a GIT repository in ADO. I'm trying to connect to a repository but it fails to give me a GI

I get "You don't have permissions to push username/repository" on GitHub

I am working with a Mac M1. Last week I was working fine with VSCode and Github. I was editing some markdown files and pushing the changes I made to the files.

Shortcut for pushing local branch to a new remote branch with the same name

My workflow with new branches is: git checkout -b <new branch name> // making changes, commit the changes git push -u origin <new branch name> I

How to push heroku app with hyper ? getting error

I tried these commands: error: src refspec main does not match any error: failed to push some refs to 'https://git.heroku.com/young-brook-98064.git' Where did

Upload file > 25 MB on Github

I have a file that I want to add to Github. Its size is more than 25 MB limit of github. It is a csv file. How can I upload it on Github. Steps followed till n

not able to clone github repo with ssh

I am using windows 10, with Cygwin (for unix commands), and (git, OpenSSH) from scoop. Error: ❯ git clone [email protected]:tshrpl/avis.git Cloning into 'av

Cannot add to repository

Here is error when i use git add . $ git add . error: short read while indexing .editorconfig error: .editorconfig: failed to insert into database

Running Docker in WSL2, facing git login problem

I'm trying to run docker in WSL2. I installed Ubuntu and it starts fine, I configured my git access with ssh key stored in .ssh and tested the access with ssh m

Git gc and git prune warnings when git fetch origin is run

Working with remote repository at some moment I started recieving this when I run git fetch origin Auto packing the repository in background for optimum perfor

Git folder rename keep failing - permission denied

I am getting this error message from GIT: rename folder from X to Y failed, should I try again? What I tried so far: - Tortoise git - Git UI - Git UI with ad

git how to change default branch for everything I do?

Because of github changing the default branch from master to main all of my pushes end up in a separate branch instead of the main one and I can't change the de

git how to change default branch for everything I do?

Because of github changing the default branch from master to main all of my pushes end up in a separate branch instead of the main one and I can't change the de

How can I make Git "forget" about a file that was tracked, but is now in .gitignore?

There is a file that was being tracked by Git, but now the file is on the .gitignore list. However, that file keeps showing up in git status after it's edited.

Github workflow event trigger synchronize not working?

I have the following github workflow definition: name: Build on: pull_request: types: [ opened, edited, synchronize ] paths-ignore:

How to verify ssh key on Gitlab.com

I'm setting up a SSH key for the first time on Gitlab.com. I'm stuck at verifying that you can connect: ssh -T [email protected]. The gitlab.example.com yo

I have a problem setting up git repository and pushing changes in visual studio code

how to set git up in vs code. help i cant set it up. When i try to push a commit it shows cant find repository and shows a publish branch button and it opens a

The unauthenticated git protocol on port 9418 is no longer supported

I have been using github actions for quite sometime but today my deployments started failing. Below is the error from github action logs Command: git Arguments:

Deploying Hugo onto staging website from feature branch

I was wondering whether there are folks out there who have found a proper solution for the following... We have a Hugo static website for which the code resides

How to install a go library from github without public key?

I want to install the gqrcode project and get from that project the following installation instructions: go get -u github.com/KangSpace/gqrcode When performing