Skip to content

Commit

Permalink
Add some tips
Browse files Browse the repository at this point in the history
  • Loading branch information
chamerling committed Oct 14, 2011
1 parent e031d92 commit 08bbfef
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cocoa.md
@@ -0,0 +1,3 @@
# Cocoa Tips

## Test null objects
12 changes: 12 additions & 0 deletions git.md
@@ -0,0 +1,12 @@
# Git Tips

## Fix certificate problems

### Problem
> new-host-4:gitrepo chamerling$ git clone https://forge.ebmwebsourcing.com/gitrepotdejean/WS-STAR-LIBRARIES/commons.git
> Cloning into commons...
> error: SSL certificate problem, verify that the CA cert is OK. Details:
> error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://forge.ebmwebsourcing.com/gitrepotdejean/WS-STAR-LIBRARIES/commons.git/info/refs
### Solution
*export GIT_SSL_NO_VERIFY=true*
3 changes: 3 additions & 0 deletions ios.md
Expand Up @@ -12,4 +12,7 @@ defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONN

## Git ignores for Xcode
http://stackoverflow.com/questions/6564257/cant-ignore-userinterfacestate-xcuserstate
git rm -r --cached xcdebugger/
git commit -m "Removed file that shouldn't be tracked"


0 comments on commit 08bbfef

Please sign in to comment.