+ [9 years ago] context the password is in the keychain on that laptop
+ [9 years ago] context and this has nothing to do with ssh keys
+ [9 years ago] aluprof123 is it possible to setup custom domain for project? custom-domain.com would point to (not redirect) username.github.io/project-page
+ [9 years ago] aluprof123 so that custom-domain.com shows content for
+ [9 years ago] aluprof123 username.github.io/project-page

message no. 144082

Posted by context in #github at 2016-07-21T16:25:54Z

attempting to use credential-osxkeychain, it works when using git locally, but if i ssh into the laptop it always asks for user/pass when trying to interact with remote git repo
+ [9 years ago] yan I'm trying to clone a repo via an access token.. doing 'git clone https://<token>@github.com/user/repo.git' and 'git clone https://<user>:<token>@github.com/user/repo.git' both fail with 'remote: repository not found'. am i misunderstanding cloning via auth tokens?
+ [9 years ago] msafi How do I keep `master` as the default branch but contributions be open against the `develop` branch by default?
+ [9 years ago] Aspiringguy I am a newbie. Can anyone help? After forking, cloning, branching a particular repository on Github, Which files do we need to commit changes?
+ [9 years ago] msafi Aspiringguy: you can commit any changes
+ [9 years ago] msafi And then push them.