create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| // | |
| // ModernSegmentedControl.swift | |
| // | |
| // | |
| // Created by Curtis Herbert on 3/8/18. | |
| // | |
| import Foundation | |
| @objc final class ModernSegmentedControl: UIControl { |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| #!/usr/bin/env bash | |
| # | |
| # Copyright (c) 2013 Jonathan Penn (http://cocoamanifest.net) | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is | |
| # furnished to do so, subject to the following conditions: |