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
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 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.
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
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
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
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
Here is error when i use git add . $ git add . error: short read while indexing .editorconfig error: .editorconfig: failed to insert into database
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
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
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
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
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
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.
I have the following github workflow definition: name: Build on: pull_request: types: [ opened, edited, synchronize ] paths-ignore:
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
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
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:
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
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