Menu

Virtual Geek

Tales from real IT system administrators world and non-production environment

Blog posts : "version control"

Step by Step guide to push your first project to github.com

Remote: Permission to UserName/repo.git denied to OtherUserName fatal: unable to access 'https://github.com/UserName/repo.git/': The requested URL returned error: 403

I was working on the one of the clients project hosted on github.com, I cloned the repo locally added few files to local repo and staged/committed project locally all was good.

git add .
git commit -m 'test'

But when tried to push the changes on remote repo on github.com. I was receiving …

Read more

Part 3 Git clone version control integration in Visual Studio Code

Solved Visual studio Code make sure you configure your user.name and user.email in git

Recently I formatted laptop and all the settings for my script environment where gone, I developed lots of PowerShell script using my laptop and use Version control to track changes which is very important, especially when I daily change my codes. Although I solely write my code, still if i require …

Read more

4 blog posts

Blog Search

Page Views

11362194

Follow me on Blogarama