我格式化了我的Windows 7笔记本电脑,并试图让git设置再次运行,我安装了git和源代码树应用程序.
我从gitlab中删除了SSH密钥,并使用ssh-keygen重新生成密钥.但是当我尝试在gitlab上添加SSH密钥时,它会引发以下异常:
Key is invalid
Fingerprint has already been taken
Fingerprint cannot be generated
Run Code Online (Sandbox Code Playgroud)
因为我无法从源代码树应用程序克隆git存储库,因为它无法对SSH密钥进行身份验证.我在gitlab的google组中进行了查询,但它们似乎都没有解决我的问题.是否有任何解决方法或步骤来获取gitlab接受的SSH密钥?
我一直在尝试使用XCode6.4 修复开源项目https://github.com/gontovnik/DGRunkeeperSwitch的编译问题.我似乎修复了所有问题,但不确定如何修复以下错误:
DGRunkeeperSwitch/DGRunkeeperSwitchExample/Base.lproj/LaunchScreen.storyboard: Launch screens may not use instances of IBUISceneExitPlaceholder.,
DGRunkeeperSwitch/DGRunkeeperSwitchExample/Base.lproj/LaunchScreen.storyboard: Launch screens may only have one top level object, which must be a UIView or a kind of UIViewController.
和
DGRunkeeperSwitch/DGRunkeeperSwitchExample/Base.lproj/LaunchScreen.storyboard: Launch screens may not use instances of IBUIStoryboardEntryPointIndicator.
有人可以提供一些关于如何修复这些错误的指示吗?