Hi, I’ve been having a problem getting setup with git-hub.
I’m trying to start from scratch making a fork and creating a clone. Here are the commands I’ve attempted so far with no success: Created a fork at this URL: https://github.com/apache/incubator-quarks <https://github.com/apache/incubator-quarks> Then I went to my fork and got this URL from the web ui: https://github.com/home4slc/incubator-quarks.git Now, I tried these commands from the command line: git clone https://github.com/home4slc/incubator-quarks.git git remote add apache https://git-wip-us-apache.org/repos/asf/incubator-quarks.git Susans-MacBook-Pro-247:incubator-quarks susancline$ git remote -v apache https://git-wip-us-apache.org/repos/asf/incubator-quarks.git (fetch) apache https://git-wip-us-apache.org/repos/asf/incubator-quarks.git (push) origin https://github.com/home4slc/incubator-quarks.git (fetch) origin https://github.com/home4slc/incubator-quarks.git (push) Susans-MacBook-Pro-247:incubator-quarks susancline$ git checkout master Already on 'master' Your branch is up-to-date with 'origin/master’. Susans-MacBook-Pro-247:incubator-quarks susancline$ git fetch apache fatal: unable to access 'https://git-wip-us-apache.org/repos/asf/incubator-quarks.git/': Could not resolve host: git-wip-us-apache.org Susans-MacBook-Pro-247:incubator-quarks susancline$ Anyone have any thoughts about what is happening? Thanks, Susan
