This file contains hidden or 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
| file 17 lines (16 sloc) 0.671 kb EditRawBlameHistory | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 |
This file contains hidden or 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
| Counting objects: 667, done. | |
| Delta compression using up to 2 threads. | |
| Compressing objects: 100% (468/468), done. | |
| Writing objects: 100% (667/667), 9.32 MiB | 722 KiB/s, done. | |
| Total 667 (delta 173), reused 667 (delta 173) | |
| error: unable to find 4ecb81922ffd9d33505d4337a2244cfc06aa1b13 | |
| fatal: object of unexpected type | |
| error: unpack failed: index-pack abnormal exit | |
| To git@github.com:AnthonyJoseph/XML.git | |
| ! [remote rejected] master -> master (n/a (unpacker error)) |
This file contains hidden or 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
| git clone --depth=1 git@github.com:/repo | |
| rm -Rf ./.git | |
| git init | |
| git add --all | |
| git commit -am 'test' | |
| git add remote "stuff" |
This file contains hidden or 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
| host all all 0.0.0.0/0 md5 | |
| isten_addresses = '*' # what IP address(es) to listen on; | |
| # comma-separated list of addresses; | |
| # defaults to 'localhost', '*' = all | |
| # (change requires restart) | |
| port = 5432 # (change requires restart) | |
| max_connections = 100 # (change requires |
This file contains hidden or 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
| Unable to create PostgreSQL database: PT3 | |
| Reason: Unable to execute query: CREATE DATABASE "PT3" WITH TEMPLATE = template0 ENCODING = 'SQL_ASCII';; Reason: Fatal Error (ERROR: encoding SQL_ASCII does not match locale en_US.UTF-8 DETAIL: The chosen LC_CTYPE setting requires encoding UTF8. ) |
This file contains hidden or 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
| pt3 | postgres | SQL_ASCII | en_US.UTF-8 | en_US.UTF-8 | | |
| remote1_test | postgres | SQL_ASCII | en_US.UTF-8 | en_US.UTF-8 | |
This file contains hidden or 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
| ERROR: encoding SQL_ASCII does not match locale en_US.UTF-8 DETAIL: The chosen LC_CTYPE setting requires encoding UTF8. ) |
This file contains hidden or 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
| template0 | postgres | SQL_ASCII | en_US.UTF-8 | en_US.UTF-8 | | |
| template1 | postgres | SQL_ASCII | en_US.UTF-8 | en_US.UTF-8 | |
This file contains hidden or 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
| ERROR: encoding SQL_ASCII does not match locale en_US.UTF-8 DETAIL: The chosen LC_CTYPE setting requires encoding UTF8. ) |
This file contains hidden or 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
| done | |
| Bootstrapping Chef on 198-101-251-39.static.cloud-ips.com | |
| ERROR: Network Error: getaddrinfo: Name or service not known | |
| Check your knife configuration and network settings |