Top "Github" questions

GitHub is a web-based hosting service for software development projects that use Git for version control.

How to install an npm package from GitHub directly?

Trying to install modules from github results in: ENOENT error on package.json. Easily reproduced using express: npm install https://…

github npm npm-install node-modules
SSH Key - Still asking for password and passphrase

I've been somewhat 'putting up' with Github always asking for my username and password when I clone a repository. I …

git github ssh ssh-keys
GitHub relative link in Markdown file

Is there a way to create a URL anchor, <a>, link from within a Markdown file, to another …

github markdown github-flavored-markdown
Git Push ERROR: Repository not found

I am having a very strange problem with git and github. When I try and push, I am getting: git …

git github git-push
There is no tracking information for the current branch

I've been using github from a relatively short period, and I've always used the client to perform commits and pulls. …

git github git-pull
Recursively add the entire folder to a repository

I am trying to add a branch to the master branch on GitHub and push a folder onto that branch. …

git github
Git asks for username every time I push

Whenever I try to push into my repo git asks for both username & password. I have no problem in …

linux git github
Fastest way to download a GitHub project

I need to download the source code of the project Spring data graph example into my box. It has public …

git github
Configuring user and password with Git Bash

I am using Git Bash on Windows 7. We are using GitHub as our repository origin. Every time I push or …

git github credentials
GitHub: invalid username or password

I have a project hosted on GitHub. I fail when trying to push my modifications on the master. I always …

git github