-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #190 from scribd/mwayne/DEVPLAT-1475-rake-datalayer
Throw errors if crucial git commands fail
- Loading branch information
Showing
2 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,8 @@ final class SwiftCommand { | |
self.logger.info("") | ||
self.logger.info("-------------- Does this appear to be stuck? -------------------------------------------------------------------------------") | ||
self.logger.info("") | ||
self.logger.info(" If this is your first time running this script, you might be missing a key in your keychain to access GitHub.") | ||
self.logger.info(" If this is your first time running this script, not that this may take a long time to complete (> 5 minutes depending on repo size).") | ||
self.logger.info(" Otherwise, you might be missing an SSH key in your keychain to access GitHub or your key does not have SSO enabled (you can enable this from your GitHub settings page).") | ||
self.logger.info("") | ||
self.logger.info(" First, try a sanity check:") | ||
self.logger.info(" Run: ssh -T [email protected]") | ||
|