➜ ios_sdk git:(master) cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = [email protected]:adjust/ios_sdk.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
➜ ios_sdk git:(master) pod lib lint
-> Adjust (4.10.1)
- WARN | url: There was a problem validating the URL http://adjust.com.
- ERROR | [iOS] unknown: Encountered an unknown error (Must be in the root of the repo (/Users/pfms/.cocoapods/repos/master), instead in /Users/pfms/GitHub/ios_sdk.) during validation.
[!] Adjust did not pass validation, due to 1 error and 1 warning.
You can use the `--no-clean` option to inspect any issue.
➜ ios_sdk git:(master) cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = https://github.com/CocoaPods/Specs.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
➜ ios_sdk git:(master)
```
Created
September 13, 2016 10:22
-
-
Save nonelse/3b3aa2c2816e0a8844e5fb96824b0ee6 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment