What is GitHub? GitHub is a code hosting platform for version control and collaboration.代码托管平台. repositories, branches, commits, and Pull Requests Create a Repository In the upper right corner, next to your avatar or identicon, click and then select…
当当当当-来看下新鲜出炉的Github博客 http://wli12.github.io/ 喜欢写markdown,但cnblogs对md文件的渲染简直丑爆了... 好奇怎么用github+Jekyll搭博客,看到jekyllbootstrap声称自己是The Quickest Way to Blog on Github Pages就跃跃欲试了. 第一步就踩到坑o(╯□╰)o ~$ gem install Jekyll /System/Library/Frameworks/Ruby.framew…
Intro 1.简介 What is GitHub? 2.什么是github? Create a Repository 3.创建一个库 Create a Branch 4.创建一个分支 Make a Commit 5.做一次提交 Open a Pull Request 6.提出一次Pull Request Merge Pull Request …
Source: http://www.liaoxuefeng.com/ Here only the local part. Install on windows download: https://git-for-windows.github.io, mirror available; run 'Git Bash'; # Set name and email. $ git config --global user.name "Your Name" $ git config --glob…
GitHub Extension for Visual Studio 2.0 is now available We're pleased to announce that version 2.0 of the GitHub Extension for Visual Studio is now available. You can install it directly from the Tools and Extensions gallery in Visual Studio, as well…
https://github.com/XCGit/awesome-objc-frameworks#awesome-objc-frameworks awesome-objc-frameworks ID Framework Images 1 AFNetworking/AFNetworking 19,058 A delightful iOS and OS X networking framework 2 rs/SDWebImage 10,139 Asynchronous image downloade…
终端所有信息: Last login: Fri Aug 14 08:58:01 on console wuxiaoyuan:~ lan$ ls -al ~/.ssh ls: /Users/lan/.ssh: No such file or directory wuxiaoyuan:~ lan$ mkdir .ssh wuxiaoyuan:~ lan$ cd /Users/lan/.ssh wuxiaoyuan:.ssh lan$ ssh-keygen -t rsa -b 4096 -C "114…
-fembed-bitcode is not supported on versions of iOS prior to 6.0 说法二 错误提示 -fembed-bitcode is not supported on versions of iOS prior to 6.0 这时候到build setting里面设置查找”enable_bitcode”, 并把设置改为”NO” Impact of Xcode build options “Enable bitcode” Yes/No 来自…
========================================================================== Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. ==========================================…
It's 2013, and there's no way around it: you need to learn how to use GitHub.2 Why? Because it's a social network that has completely changed the way we work. Having started as a developer's collaborative platform, GitHub is now the largest online st…
Failed to connect to GitHub to update the CocoaPods/Specs specs repo - Please check if you are offline, or that GitHub is down 编译环境 系统版本:macOS Sierra 10.12.6 Xcode: v9.2(9C40b) 当我们使用pod update 或者 pod repo update 时,可能会出现 [!] Failed to connect to GitHu…