Relative Content

Tag Archive for gitgitlab

cannot push to gitlab from a copied repository

I have two machines. I have gitlab repo cloned on one of them and is working just fine.
Recently I tar zipped one folder from this machine and installed the same on the other machine. (.git directory got copied along with it).

git stash or git add doesn’t work on branch for particular file after folder rename on MacOS

Backstory: There was one frontend repo(let’s call it repo A) in my organization which had casing issues in names of folders, I renamed a folder to confirm it with casing of other folders. During this adventure I noticed that git doesn’t support folder rename, I looked up on stackoverflow for help and somehow was able to rename the folder, then commit some changes into the files of that particular folder.

Out of bound issue while GIT PULL

I have a Committed a changes on local and I fetch and pull form remote. Then after pull i got an error related to index out of bound But the pull Activity is a success one. After that I push my changes to remote.