On 10/15/13 10:50 AM, John Fabiani wrote: >> > I can clone Dabo ([email protected]:dabodev/dabo.git ) without issue. But when > I > attempt to clone ~commits/phoenix I get either the respository does not exist > or I > get I don't have permissions.
Clone the repo, not the branch. Checkout the branch from the cloned repo: git clone [email protected]/dabo.git cd dabo git checkout phoenix git status ## should show "on branch phoenix" Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
