
Git Interview Questions and Answer Part – 9
Which section of GitHub can you use to track tasks? (Not Include in Questions)* Issues (Ans) Pages Pages Pages Work Items Which operation in GitHub for Windows will automatically commit…
Read more »
What is Gitlab and how its useful in DevOps?
Intially, GitLab was introduced as a web-based Git-repository manager providing hositing solutions for git repo along with Wiki and Issues tracking. Later, GitLab become the single application for the entire…
Read more »GitLab Error: – GitLab is not responding
rajeshkumar created the topic: GitLab is not responding Issues – After setting up the gitlab in ubantu by following www.scmgalaxy.com/111-git/888-setting-up…n-local-machine.html I am getting error called “GitLab is not responding” on…
Read more »How to take Gitlab backup
rajeshkumar created the topic: How to take Gitlab backup #!/bin/bash sudo -u git -H /home/git/bin/gitlab-backup.sh Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn
Read more »GitLab Error: -ERR! Error: failed to fetch from registry: gitlab-cli
rajeshkumar created the topic: ERR! Error: failed to fetch from registry: gitlab-cli rajesh@mahto:~$ more /home/rajesh/npm-debug.log info it worked if it ends with ok verbose cli [ ‘/usr/bin/nodejs’, verbose cli ‘/usr/bin/npm’,…
Read more »GitLab Error: -npm ERR! error installing node-gitlab@0.2.1
rajeshkumar created the topic: npm ERR! error installing node-gitlab@0.2.1 rajesh@mahto:~$ npm install node-gitlab npm http GET registry.npmjs.org/node-gitlab npm http 304 registry.npmjs.org/node-gitlab npm http GET registry.npmjs.org/debug npm http GET registry.npmjs.org/restful-client npm…
Read more »My Gitlab First Notes…
rajeshkumar created the topic: My Gitlab First Notes… To work in gitlab, login as a scmadmin su – s ( go to root) su – git 9 go to as…
Read more »
Access gitlab Password Less in Windows
Step 1- Generate a public/private key using puttygen Download a puttygen from and generate a public key and private key by following below image. Click on Conversions à Export OpenSSH…
Read more »
How to setup Gitlab in local machine ?
Download gitlab from https://www.gitlab.com/downloads/ Installation, setup, configuration, backup Instructions is given in… https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md https://github.com/gitlabhq/gitlabhq/blob/6-1-stable/doc/install/installation.md
Read more »