You have installed GPG, then tried to perform a git commit and suddenly you see this error message after it 😰
error: gpg failed to sign the data
fatal: failed to write commit object
Understand the error (important to solve it later!)
| // | |
| // Created by Nick Vance on 12/4/15. | |
| // Copyright © 2015 ToWatchList. All rights reserved. | |
| // | |
| import AVKit | |
| import XCDYouTubeKit | |
| import TVMLKit | |
| class YTPlayerViewController: AVPlayerViewController, AVPlayerViewControllerDelegate { |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| default_type text/html; | |
| access_log /dev/stdout; | |
| sendfile on; | |
| keepalive_timeout 65; |
| <!-- Declare HTML5 DOCTYPE. This is needed because Bootstrap will no work if the DOCTYPE isn't HTML5 --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Registration Form</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <!-- Include Bootstrap CSS from CDN --> | |
| <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet"> |