
- 开发者数量
- 超过900万 (2015年统计数据) [1]
- 外文名
- GitHub
- 类 别
- 开源代码库
- 上线时间
- 2008年4月10日
- 归属公司
- 微软公司
- 官 网
- http://github.com/
-
解决GitHub下载速度太慢的问题
2018-01-21 22:29:16从GitHub下载文件一直非常慢,查看下载链接发现最终被指向了Amazon的服务器,下载地址是http://github-cloud.s3.amazonaws.com/,从国内访问Amazon非常慢,所以总是下载失败,解决方法时更改host文件,使该域名指向...方法一:
从GitHub下载文件一直非常慢,查看下载链接发现最终被指向了Amazon的服务器,下载地址是http://github-cloud.s3.amazonaws.com/,从国内访问Amazon非常慢,所以总是下载失败,解决方法时更改host文件,使该域名指向香港的服务器:
更改hosts文件:
- Windows
更改
C:\Windows\System32\drivers\etc\hosts
文件,在文件中追加219.76.4.4 github-cloud.s3.amazonaws.com
, 将域名指向该IP即可- Mac
执行
sudo vi /etc/hosts
追加219.76.4.4 github-cloud.s3.amazonaws.com
最后执行
ipconfig /flushdns
命令,刷新 DNS 缓存。方法二:
https://www.ipaddress.com/ 使用 IP Lookup 工具获得下面这两个github域名的ip地址,该网站可能需要梯子,输入上述域名后,分别获得github.com和github.global.ssl.fastly.net对应的ip,比如192.30.xx.xx和151.101.xx.xx。准备工作做完之后,打开的hosts文件中添加如下格式,IP修改为自己查询到的IP:
192.30.xx.xx github.com
151.101.xx.xx github.global.ssl.fastly.net
最后执行ipconfig /flushdns
命令,刷新 DNS 缓存。修改后的下载速度能达到 200KB/S 以上。方法三:
评论小伙伴提供的,从码云导入github项目,然后从码云下载即可。
方法四:
这个需要开启代理,有些人开启后发现下载速度还是上不去,因为GitHub没被qiang,只是限速了,所以没走代理。需要修改pac.txt文件。在pac里面添加一行规则。后面需要加*。因为下载的网站不是github.com。而是涉及很多个github****.com 后面忘记了,但是都是github打头的。使用下面的规则github才全部走代理。
"||github*.com",
方法五:
如果运行了SS(纸飞机)等代理工具,方法四只能用于加速网页浏览下载github仓库项目,但是如果你装了git或者sourcetree等其他git管理工具,使用方法四是无法走代理加速的。你需要设置自己的git才能使用代理。在C:\Users\用户名\.ssh 目录下config文件里,只有使用git生成过ssh密钥的才有此目录,没有config文件则新建一个,注意文件没有后缀。添加如下内容
Host github.com ProxyCommand connect -H 127.0.0.1:1080 %h %p #-S为socks HostName %h Port 22 User git IdentityFile ~/.ssh/id_rsa IdentitiesOnly yes
下载connect.exe。放到git安装目录的bin目录下。
下载地址:https://download.csdn.net/download/qing666888/11973853
再次启动sourcetree进行SSH模式下clone 拉取代码,速度直接就上10M/S了,当然取决于你SSR的速度。
-
GitHub
2017-06-11 11:38:08github学习中看过的资源: 1.github中文网_github官网_github社区 2.从0开始学习 GitHub 系列之「初识 GitHub」 -github使用指南 - github账号注册GitHub is a development platform inspired by the way you work. From open source to business, you can host and review code, manage projects, and build software alongside millions of other developers.
译文:GitHub是一个受你工作方式启发的开发平台。从开源到业务,您可以托管和评审代码,管理项目,并与数百万其他开发人员一起构建软件。
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy policy. We’ll occasionally send you account related emails.
Use at least one letter, one numeral, and seven characters.
Sign up for GitHub
Features Business Explore Marketplace PricingSearch GitHub
功能业务探索市场定价github学习中看过的资源:
1.github中文网_github官网_github社区
2.从0开始学习 GitHub 系列之「初识 GitHub」
3http://www.cnblogs.com/zichi/p/4703999.html
- github使用指南
- github账号注册
- The best way to design, build, and ship software.
You’ll love GitHubUnlimited collaborators
Unlimited public repositories
Great communication
Frictionless development
Open source community
Login can’t be blank
There were problems creating your account.Email is invalid or already taken
Something went wrong.
By clicking on “Create an account” below, you are agreeing to the Terms of Service and the Privacy Policy.Create an account
Welcome to GitHub
You’ve taken your first step into a larger world, @sssaqw.
Completed
Set up a personal account
Step 2:
Choose your plan
Step 3:
Tailor your experience
Choose your personal planUnlimited public repositories for free.
Unlimited private repositories for $7/month.
Don’t worry, you can cancel or upgrade at any time.Help me set up an organization next
Organizations are separate from personal accounts and are best suited for businesses who need to manage permissions for many employees.
Learn more about organizations.
Continue
Both plans include:Collaborative code review
Issue tracking
Open source community
Unlimited public repositories
Join any organization
Contact GitHub
-图片描述]
(https://img-blog.csdn.net/20170611194012678?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvcXFfMjQzOTI2MzU=/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast)
https://github.com/join/plan
Welcome to GitHub
You’ll find endless opportunities to learn, code, and create, @sssaqw.
Completed
Set up a personal account
Step 2:
Choose your plan
Step 3:
Tailor your experienceHow would you describe your level of programming experience?
Totally new to programming Somewhat experienced Very experienced
What do you plan to use GitHub for? (check all that apply)Research Design School projects Project Management Development Other (please specify)
Which is closest to how you would describe yourself?I’m a student I’m a hobbyist I’m a professional Other (please specify)
What are you interested in?e.g. tutorials, android, ruby, web-development, machine-learning, open-source
Submit skip this step
Contact GitHub
GitHub Help
https://help.github.com/categories/about-github/Learn Git and GitHub without any code!
Using the Hello World guide, you’ll create a repository, start a branch,
write comments, and open a pull request.Read the guide Start a project
Contact GitHub什
么是GitHub
GitHub指南
Hello World · GitHub Guides
https://guides.github.com/activities/hello-world/
Please verify your email address
Before you can contribute on GitHub, we need you to verify your email address.
An email containing verification instructions was sent to 1171039933@qq.com.Didn’t get the email? Resend verification email or change your email settings.
© 2017F
1.是一家公司
Skip to contentSearch GitHub
Pull requests
Issues
Marketplace
Gist
@sssaqw
Sign out
Personal settings
Profile
Account
Emails
Notifications
Billing
SSH and GPG keys
Security
Blocked users
Repositories
Organizations
Saved replies
Authorized OAuth Apps
Authorized GitHub Apps
Installed GitHub Apps
Developer settings
OAuth applications
GitHub Apps
Personal access tokens
Email
Please verify an email address to collaborate on GitHub, receive notifications, and help us protect your account.1171039933@qq.com Primary Public Unverified Verification email sent. Resend
Add email addressAdd
Primary email address
1171039933@qq.com will be used for account-related notifications and for web-based GitHub operations (e.g. edits and merges).Save
Backup email address
Your backup GitHub email address can be used to reset your password if you no longer have access to your primary email address.Save
Please add a verified email, in addition to your primary email, in order to choose a backup email address.
Email preferences
Receive all emails, except those I unsubscribe from.
We’ll occasionally contact you with the latest news and happenings from the GitHub Universe. Learn more.
Only receive account related emails, and those I subscribe to.
We’ll only send you legal or administrative emails, and any emails you’ve specifically subscribed to.
Save email preferences
Looking for activity notification controls? Check the Notification center.Contact GitHub API Training Shop Blog About
© 2017 GitHub, Inc. Terms Privacy Security Status Help
We sent a verification email to 1171039933@qq.com. Please follow the instructions in it.
We will immediately delete all of your repositories (0), along with all of your forks, wikis, issues, pull requests, and GitHub Pages sites.You will no longer be billed, and your username will be available to anyone on GitHub.
For more help, read our article “Deleting your user account”.
GitHub HelpVersion
Contact Support
Return to GitHub
Setting up and managing your GitHub user account / Deleting your user accountHow can we help?
Deleting your user account
You can delete your GitHub user account at any time. Before you do so, you should hand over the reins of any organizations you might own.Deleting your user account removes all repositories, forks of private repositories, wikis, issues, pull requests, and pages owned by your account. Issues and pull requests you’ve created and comments you’ve made in repositories owned by other users will not be deleted - instead, they’ll be associated with our Ghost user.
The account name also becomes available to anyone else to use on a new account, and we stop billing you. The email address associated with the account becomes available for use with a different GitHub account.
If you’re an organization owner and you want to delete your user account, you must transfer ownership to another person or delete your organizations before you can delete your user account.
Tip: If you no longer want to pay for private repositories, you can downgrade to free instead of deleting your user account and its content.
Back up your account dataBefore you delete your user account, make a copy of all repositories, private forks, wikis, issues, and pull requests owned by your account.
Warning: Once your user account has been deleted, GitHub cannot restore your content.
Delete your user accountSettings icon in the user barIn the upper-right corner of any page, click your profile photo, then click Settings.
Account settings menu optionIn the left sidebar, click Account settings.Account deletion buttonAt the bottom of the Account Settings page, under “Delete account”, click Delete your account.
Delete account confirmation dialogIn the “Make sure you want to do this” dialog box, complete the steps to confirm you understand what happens when your account is deleted:
Recall that all repositories, forks of private repositories, wikis, issues, pull requests and pages owned by your account will be deleted, your billing will end, and your username will be available to anyone for use on GitHub.
In the first field, type your GitHub username or email.
In the second field, type the phrase from the prompt.
Contact a human
Article versions
GitHub.com
GitHub Enterprise 2.10
GitHub Enterprise 2.9
GitHub Enterprise 2.8
GitHub Enterprise 2.7
The GitHub Logo © 2017 GitHub Inc. All rights reserved. Terms of ServicePrivacySecuritySupport
github官网删除账户指南:
Deleting your user account - User Documentation
https://help.github.com/articles/deleting-your-user-account/
我正在看删除github账号的方法 - 学不死 - 博客园, http://t.cn/RSmTEyN (来自@手机百度)
Hello World · GitHub Guides
https://guides.github.com/activities/hello-world/shifeo
2.是一个开源社区
3.主要是提供基于Git的版本托管服务GitHub的功能
1.多人协作
2.搭建博客、个人网站或者公司官网 基于 GitHub Pages 来搭建
3.写作 基于 MarkdownGitbook
4.个人简历
5.其他
Hello World · GitHub Guides
https://guides.github.com/activities/hello-world/GitHub功能
一、创建自己的个人简历
我正在看教你如何用github创建自己的简历, http://t.cn/RSmQuXX (来自@手机百度)
关于是否勾选Initialize this repository with a README的问题(百度上说可以勾选或者不勾选),可以参考廖雪峰的网站
我自己是勾选了,因为跟着廖雪峰的教程来!
这里写图片描述
从远程库克隆 - 廖雪峰的官方网站
http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/001375233990231ac8cf32ef1b24887a5209f83e01cb94b000
这里写图片描述创建成功后
可以在客户端打开文件:
上面的存储库名称为resume
但是上面的名称不方便,所以上面的存储库被我删除
然后我新建一个存储库:MyResume.github.com
试试以后可否通过存储库名.github.io来访问主页另外创建的一个存储库:RomanceSky/resume.github.com
https://github.com/RomanceSky/resume.github.com.git
创建成功后点击设置按钮-将其转换为个人主页
###6/16
git:fatal the current branch master has no upstream branch - Mogin的专栏 - 博客频道 - CSDN.NET
admin@admin-PC MINGW64 ~/learngit (master)
$ git clone https://github.com/RomanceSky/Resume.github.io.git
Cloning into ‘Resume.github.io’…
warning: You appear to have cloned an empty repository.admin@admin-PC MINGW64 ~/learngit (master)
$ git add .
warning: LF will be replaced by CRLF in Resume.github.io/BlogWebsite/js/jquery.js~ver=1.3.2.
The file will have its original line endings in your working directory.admin@admin-PC MINGW64 ~/learngit (master)
$ git commit -m “上传网站源码到github”
[master 616e853] 鈥滀笂浼犵綉绔欐簮鐮佸埌github鈥▒
97 files changed, 0 insertions(+), 0 deletions(-)
rename blog.html => Resume.github.io/BlogWebsite/blog.html (100%)
rename {css => Resume.github.io/BlogWebsite/css}/style.css (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1087502997_a3018e9e28_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1174218861_1ea16445a7_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1315374069_06d8b9a303_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1315375391_17cab27793_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1388232779_a1c208a9a5_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1388233687_0119c6f057_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1425138766_e197b85b12_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1506025517_30e512c982_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1673384836_e0b7875722_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1673389262_496cc0c66e_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/1849444372_4ca3442116_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2113240537_5e837116c9_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2120957599_872f11bd80_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2135771836_4318165b16_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2146584780_8ea8940188_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2173694656_36a89bd3e9_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2239253367_5864642c4a_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2321529332_d3fe2b9b1b_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2349464137_b13e8b3af9_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2386637344_2c4275f610_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2410107605_33c7fdd518_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2424125906_4cde527a20_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2471554431_be796ef1b2_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2538179217_d863650aac_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2578528570_1be7ca758d_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2598061506_195006c276_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2618980061_72a0f67bbc_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2728368820_eb7ece0d63_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2789664840_4c9ef49bdb_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/281340746_279f025ee0_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2815155513_e132af2689_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2816007724_395e9b6daf_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/288003913_c7eba53317_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/290927086_e99158f1d1_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/295605621_e5bee6e14e_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/2977302259_7bb49c227b_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/305174703_d53cc80733_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/312083421_ffbb4c1b76_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/3133150861_9384a1f963_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/322260269_e63f95de2c_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/3229434759_31ac07ecb6_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/3286966751_0b59dfdb06_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/3372805778_5d517c09b1_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/348094903_b7a8179933_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/348094905_8d119b5d84_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/3648030549_15835964b2_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/3805999046_1690be21b3_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/386723781_c7f2c7940c_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/3960817116_7e8eb0cf5b_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/402300275_fed2071885_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/402300281_9d4bf3ae8d_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/402300283_ae25bf95ab_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/4226628850_041effff78_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/427324534_e5d3f157df_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/427324539_a464d32267_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/463217039_7aff40a0c6_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/475820877_0d012c3c50_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/519109867_2512dff9a9_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/560261448_7d1d142d94_s.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/Thumbs.db (100%)
rename {images => Resume.github.io/BlogWebsite/images}/archive_hdr.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/art_bk.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/artwork_nav.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/avatar.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/blog_nav.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/body_bk.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/buyart.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/cat_hdr.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/comment_link.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/comments_hdr.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/del_icon.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/feed_icon.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/flms.jpg (100%)
rename {images => Resume.github.io/BlogWebsite/images}/gblog.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/home_nav.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/info_nav.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/leave_hdr.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/line_bk.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/logo.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/mailing.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/maillist_contact_hdr.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/nav_bk.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/recent_posts_hdr.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/recent_tweet_hdr.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/rt_bk.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/search_hdr.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/socialize_hdr.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/store_nav.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/tag.gif (100%)
rename {images => Resume.github.io/BlogWebsite/images}/tweet_loader.gif (100%)
rename index.html => Resume.github.io/BlogWebsite/index.html (100%)
rename {js => Resume.github.io/BlogWebsite/js}/e-201015.js (100%)
rename {js => Resume.github.io/BlogWebsite/js}/jquery-1.3.2.min.js (100%)
rename {js => Resume.github.io/BlogWebsite/js}/jquery.js~ver=1.3.2 (100%)
rename picshow.html => Resume.github.io/BlogWebsite/picshow.html (100%)admin@admin-PC MINGW64 ~/learngit (master)
$ git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, usegit push --set-upstream origin master
admin@admin-PC MINGW64 ~/learngit (master)
$ git push -u origin master
ERROR: The key you are authenticating with has been marked as read only.
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.admin@admin-PC MINGW64 ~/learngit (master)
$
如何利用github搭建一个个人网站 - 王亚军的博客 - 博客频道 - CSDN.NET
http://blog.csdn.net/wangyj1108/article/details/514444196/16
git使用==学长分享
git错误:error: failed to push some refs to - thisisvoa的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/utstarm/article/details/8249853
github - 使用git push时出现error: src refspec master does not match any. 是什么原因 - SegmentFault
https://segmentfault.com/q/1010000004615080http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/
admin@admin-PC MINGW64 ~/learngit (master)
$ git clone https://github.com/RomanceSky/Resume.github.io.git
Cloning into ‘Resume.github.io’…
remote: Counting objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), done.admin@admin-PC MINGW64 ~/learngit (master)
$ git add .
warning: LF will be replaced by CRLF in BlogWebsite/js/jquery.js~ver=1.3.2.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in Resume.github.io/js/jquery.js~ver=1.3.2.
The file will have its original line endings in your working directory.admin@admin-PC MINGW64 ~/learngit (master)
$ git commit -m “上传网站源码到github”
[master ae9bef9] 鈥滀笂浼犵綉绔欐簮鐮佸埌github鈥▒
195 files changed, 1047 insertions(+)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/blog.html (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/css/style.css (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1087502997_a3018e9e28_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1174218861_1ea16445a7_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1315374069_06d8b9a303_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1315375391_17cab27793_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1388232779_a1c208a9a5_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1388233687_0119c6f057_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1425138766_e197b85b12_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1506025517_30e512c982_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1673384836_e0b7875722_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1673389262_496cc0c66e_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/1849444372_4ca3442116_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2113240537_5e837116c9_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2120957599_872f11bd80_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2135771836_4318165b16_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2146584780_8ea8940188_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2173694656_36a89bd3e9_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2239253367_5864642c4a_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2321529332_d3fe2b9b1b_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2349464137_b13e8b3af9_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2386637344_2c4275f610_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2410107605_33c7fdd518_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2424125906_4cde527a20_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2471554431_be796ef1b2_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2538179217_d863650aac_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2578528570_1be7ca758d_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2598061506_195006c276_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2618980061_72a0f67bbc_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2728368820_eb7ece0d63_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2789664840_4c9ef49bdb_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/281340746_279f025ee0_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2815155513_e132af2689_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2816007724_395e9b6daf_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/288003913_c7eba53317_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/290927086_e99158f1d1_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/295605621_e5bee6e14e_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/2977302259_7bb49c227b_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/305174703_d53cc80733_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/312083421_ffbb4c1b76_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/3133150861_9384a1f963_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/322260269_e63f95de2c_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/3229434759_31ac07ecb6_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/3286966751_0b59dfdb06_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/3372805778_5d517c09b1_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/348094903_b7a8179933_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/348094905_8d119b5d84_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/3648030549_15835964b2_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/3805999046_1690be21b3_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/386723781_c7f2c7940c_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/3960817116_7e8eb0cf5b_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/402300275_fed2071885_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/402300281_9d4bf3ae8d_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/402300283_ae25bf95ab_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/4226628850_041effff78_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/427324534_e5d3f157df_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/427324539_a464d32267_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/463217039_7aff40a0c6_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/475820877_0d012c3c50_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/519109867_2512dff9a9_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/560261448_7d1d142d94_s.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/Thumbs.db (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/archive_hdr.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/art_bk.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/artwork_nav.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/avatar.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/blog_nav.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/body_bk.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/buyart.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/cat_hdr.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/comment_link.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/comments_hdr.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/del_icon.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/feed_icon.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/flms.jpg (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/gblog.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/home_nav.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/info_nav.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/leave_hdr.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/line_bk.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/logo.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/mailing.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/maillist_contact_hdr.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/nav_bk.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/recent_posts_hdr.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/recent_tweet_hdr.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/rt_bk.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/search_hdr.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/socialize_hdr.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/store_nav.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/tag.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/images/tweet_loader.gif (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/index.html (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/js/e-201015.js (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/js/jquery-1.3.2.min.js (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/js/jquery.js~ver=1.3.2 (100%)
rename {Resume.github.io/BlogWebsite => BlogWebsite}/picshow.html (100%)
create mode 100644 Resume.github.io/README.md
create mode 100644 Resume.github.io/blog.html
create mode 100644 Resume.github.io/css/style.css
create mode 100644 Resume.github.io/images/1087502997_a3018e9e28_s.jpg
create mode 100644 Resume.github.io/images/1174218861_1ea16445a7_s.jpg
create mode 100644 Resume.github.io/images/1315374069_06d8b9a303_s.jpg
create mode 100644 Resume.github.io/images/1315375391_17cab27793_s.jpg
create mode 100644 Resume.github.io/images/1388232779_a1c208a9a5_s.jpg
create mode 100644 Resume.github.io/images/1388233687_0119c6f057_s.jpg
create mode 100644 Resume.github.io/images/1425138766_e197b85b12_s.jpg
create mode 100644 Resume.github.io/images/1506025517_30e512c982_s.jpg
create mode 100644 Resume.github.io/images/1673384836_e0b7875722_s.jpg
create mode 100644 Resume.github.io/images/1673389262_496cc0c66e_s.jpg
create mode 100644 Resume.github.io/images/1849444372_4ca3442116_s.jpg
create mode 100644 Resume.github.io/images/2113240537_5e837116c9_s.jpg
create mode 100644 Resume.github.io/images/2120957599_872f11bd80_s.jpg
create mode 100644 Resume.github.io/images/2135771836_4318165b16_s.jpg
create mode 100644 Resume.github.io/images/2146584780_8ea8940188_s.jpg
create mode 100644 Resume.github.io/images/2173694656_36a89bd3e9_s.jpg
create mode 100644 Resume.github.io/images/2239253367_5864642c4a_s.jpg
create mode 100644 Resume.github.io/images/2321529332_d3fe2b9b1b_s.jpg
create mode 100644 Resume.github.io/images/2349464137_b13e8b3af9_s.jpg
create mode 100644 Resume.github.io/images/2386637344_2c4275f610_s.jpg
create mode 100644 Resume.github.io/images/2410107605_33c7fdd518_s.jpg
create mode 100644 Resume.github.io/images/2424125906_4cde527a20_s.jpg
create mode 100644 Resume.github.io/images/2471554431_be796ef1b2_s.jpg
create mode 100644 Resume.github.io/images/2538179217_d863650aac_s.jpg
create mode 100644 Resume.github.io/images/2578528570_1be7ca758d_s.jpg
create mode 100644 Resume.github.io/images/2598061506_195006c276_s.jpg
create mode 100644 Resume.github.io/images/2618980061_72a0f67bbc_s.jpg
create mode 100644 Resume.github.io/images/2728368820_eb7ece0d63_s.jpg
create mode 100644 Resume.github.io/images/2789664840_4c9ef49bdb_s.jpg
create mode 100644 Resume.github.io/images/281340746_279f025ee0_s.jpg
create mode 100644 Resume.github.io/images/2815155513_e132af2689_s.jpg
create mode 100644 Resume.github.io/images/2816007724_395e9b6daf_s.jpg
create mode 100644 Resume.github.io/images/288003913_c7eba53317_s.jpg
create mode 100644 Resume.github.io/images/290927086_e99158f1d1_s.jpg
create mode 100644 Resume.github.io/images/295605621_e5bee6e14e_s.jpg
create mode 100644 Resume.github.io/images/2977302259_7bb49c227b_s.jpg
create mode 100644 Resume.github.io/images/305174703_d53cc80733_s.jpg
create mode 100644 Resume.github.io/images/312083421_ffbb4c1b76_s.jpg
create mode 100644 Resume.github.io/images/3133150861_9384a1f963_s.jpg
create mode 100644 Resume.github.io/images/322260269_e63f95de2c_s.jpg
create mode 100644 Resume.github.io/images/3229434759_31ac07ecb6_s.jpg
create mode 100644 Resume.github.io/images/3286966751_0b59dfdb06_s.jpg
create mode 100644 Resume.github.io/images/3372805778_5d517c09b1_s.jpg
create mode 100644 Resume.github.io/images/348094903_b7a8179933_s.jpg
create mode 100644 Resume.github.io/images/348094905_8d119b5d84_s.jpg
create mode 100644 Resume.github.io/images/3648030549_15835964b2_s.jpg
create mode 100644 Resume.github.io/images/3805999046_1690be21b3_s.jpg
create mode 100644 Resume.github.io/images/386723781_c7f2c7940c_s.jpg
create mode 100644 Resume.github.io/images/3960817116_7e8eb0cf5b_s.jpg
create mode 100644 Resume.github.io/images/402300275_fed2071885_s.jpg
create mode 100644 Resume.github.io/images/402300281_9d4bf3ae8d_s.jpg
create mode 100644 Resume.github.io/images/402300283_ae25bf95ab_s.jpg
create mode 100644 Resume.github.io/images/4226628850_041effff78_s.jpg
create mode 100644 Resume.github.io/images/427324534_e5d3f157df_s.jpg
create mode 100644 Resume.github.io/images/427324539_a464d32267_s.jpg
create mode 100644 Resume.github.io/images/463217039_7aff40a0c6_s.jpg
create mode 100644 Resume.github.io/images/475820877_0d012c3c50_s.jpg
create mode 100644 Resume.github.io/images/519109867_2512dff9a9_s.jpg
create mode 100644 Resume.github.io/images/560261448_7d1d142d94_s.jpg
create mode 100644 Resume.github.io/images/Thumbs.db
create mode 100644 Resume.github.io/images/archive_hdr.gif
create mode 100644 Resume.github.io/images/art_bk.gif
create mode 100644 Resume.github.io/images/artwork_nav.gif
create mode 100644 Resume.github.io/images/avatar.gif
create mode 100644 Resume.github.io/images/blog_nav.gif
create mode 100644 Resume.github.io/images/body_bk.gif
create mode 100644 Resume.github.io/images/buyart.gif
create mode 100644 Resume.github.io/images/cat_hdr.gif
create mode 100644 Resume.github.io/images/comment_link.gif
create mode 100644 Resume.github.io/images/comments_hdr.gif
create mode 100644 Resume.github.io/images/del_icon.gif
create mode 100644 Resume.github.io/images/feed_icon.gif
create mode 100644 Resume.github.io/images/flms.jpg
create mode 100644 Resume.github.io/images/gblog.gif
create mode 100644 Resume.github.io/images/home_nav.gif
create mode 100644 Resume.github.io/images/info_nav.gif
create mode 100644 Resume.github.io/images/leave_hdr.gif
create mode 100644 Resume.github.io/images/line_bk.gif
create mode 100644 Resume.github.io/images/logo.gif
create mode 100644 Resume.github.io/images/mailing.gif
create mode 100644 Resume.github.io/images/maillist_contact_hdr.gif
create mode 100644 Resume.github.io/images/nav_bk.gif
create mode 100644 Resume.github.io/images/recent_posts_hdr.gif
create mode 100644 Resume.github.io/images/recent_tweet_hdr.gif
create mode 100644 Resume.github.io/images/rt_bk.gif
create mode 100644 Resume.github.io/images/search_hdr.gif
create mode 100644 Resume.github.io/images/socialize_hdr.gif
create mode 100644 Resume.github.io/images/store_nav.gif
create mode 100644 Resume.github.io/images/tag.gif
create mode 100644 Resume.github.io/images/tweet_loader.gif
create mode 100644 Resume.github.io/index.html
create mode 100644 Resume.github.io/js/e-201015.js
create mode 100644 Resume.github.io/js/jquery-1.3.2.min.js
create mode 100644 Resume.github.io/js/jquery.js~ver=1.3.2
create mode 100644 Resume.github.io/picshow.htmladmin@admin-PC MINGW64 ~/learngit (master)
$ git pull
ERROR: Repository not found.
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.admin@admin-PC MINGW64 ~/learngit (master)
$ cd Resume.github.ioadmin@admin-PC MINGW64 ~/learngit/Resume.github.io (master)
$ ^Cadmin@admin-PC MINGW64 ~/learngit/Resume.github.io (master)
$ git pull
Already up-to-date.admin@admin-PC MINGW64 ~/learngit/Resume.github.io (master)
$ git push
Everything up-to-dateadmin@admin-PC MINGW64 ~/learngit/Resume.github.io (master)
$ -
github
2017-03-22 21:25:14github 官网地址 https://github.com/ github的hello world https://guides.github.com/activities/hello-world/ 我的账号 lagelangri007github
官网地址
https://github.com/
github的hello world
https://guides.github.com/activities/hello-world/
我的账号 lagelangri007
-
【最新】解决Github网页上图片显示失败的问题
2019-06-08 17:48:54好几个星期之前本人就发现自己的github在网页打开显示不了图片的问题了,不过当时没在意。 今天强迫症逼迫我一定要搞定它,于是去找了一些方法,自己做个记录,有相同问题的伙伴可以参考一下。 一、问题 比如随便...
好几个星期之前本人就发现自己的github
在网页打开显示不了图片的问题了,不过当时没在意。今天强迫症逼迫我一定要搞定它,于是去找了一些方法,自己做个记录,有相同问题的伙伴可以参考一下。
一、问题
比如随便打开一个项目,图片都不能显示了,我头像也没了,真是一个令人伤心的事
F12
打开控制台看一哈
呦,一堆红色×。主要报错是Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
去查了一下,博主john-zeng这样解释道:
实际上,可以认为,
ERR_CERT_COMMON_NAME_INVALID
就是用一个错误的域名访问了某个节点的https
资源。导致这个错误的原因,基本是:- dns污染
- host设置错误
- 官方更新了dns,但是dns缓存没有被更新,导致错误解析。
我觉得像是有点道理,解决方法就粗来了,hin简单,往下看。
二、解决方法
主要思路就是使用本地
hosts
文件对网站进行域名解析,一般的DNS
问题都可以通过修改hosts
文件来解决,github
的CDN
域名被污染问题也不例外,同样可以通过修改hosts
文件解决,将域名解析直接指向IP
地址来绕过DNS
的解析,以此解决污染问题。2.1 找到URL
打开
github
任意未显示图片的网页,使用元素选择器(Ctrl+Shift+C
)放在显示不了的图片上,或者在无法显示的图片上右键-检查元素,定位到该图片的标签,那么你得到了它的URL,叫做src
属性。比如介个
在右面把它的网址复制粗来:https://avatars2.githubusercontent.com/u/15832957?s=60&v=4
2.2 获取IP地址
得到上述网址以后打开IPAddress.com这个网站,在搜索框输入它的域名,就是
https://
到com
那一部分,俗称二级域名:avatars2.githubusercontent.com
回车!!!下面你会看到该域名的信息和IP
地址:
可以看出IP是:151.101.184.133
,并且是2019.05.05最后更新的,alright,那么我们就可以使这个IP和域名映射起来。(其他如果有挂掉的图片一样使用此方法进行一一映射即可。)
2.3 修改hosts
具体咋映射呢?修改
hosts
文件!!!本人使用的是windows
系统,所以使用Sublime Text
打开:C:\Windows\System32\drivers\etc\hosts
在文件末尾添加:
可以直接选中以下内容复制粘贴,20210119有效(包括MAC系统)20210123更新
# GitHub Start 140.82.113.3 github.com 140.82.114.20 gist.github.com 151.101.184.133 assets-cdn.github.com 151.101.184.133 raw.githubusercontent.com 199.232.28.133 raw.githubusercontent.com 151.101.184.133 gist.githubusercontent.com 151.101.184.133 cloud.githubusercontent.com 151.101.184.133 camo.githubusercontent.com 199.232.96.133 avatars.githubusercontent.com 151.101.184.133 avatars0.githubusercontent.com 199.232.68.133 avatars0.githubusercontent.com 199.232.28.133 avatars0.githubusercontent.com 199.232.28.133 avatars1.githubusercontent.com 151.101.184.133 avatars1.githubusercontent.com 151.101.108.133 avatars1.githubusercontent.com 151.101.184.133 avatars2.githubusercontent.com 199.232.28.133 avatars2.githubusercontent.com 151.101.184.133 avatars3.githubusercontent.com 199.232.68.133 avatars3.githubusercontent.com 151.101.184.133 avatars4.githubusercontent.com 199.232.68.133 avatars4.githubusercontent.com 151.101.184.133 avatars5.githubusercontent.com 199.232.68.133 avatars5.githubusercontent.com 151.101.184.133 avatars6.githubusercontent.com 199.232.68.133 avatars6.githubusercontent.com 151.101.184.133 avatars7.githubusercontent.com 199.232.68.133 avatars7.githubusercontent.com 151.101.184.133 avatars8.githubusercontent.com 199.232.68.133 avatars8.githubusercontent.com 199.232.96.133 avatars9.githubusercontent.com # GitHub End
然后保存文件就OK了,至于无法保存,没有修改权限,鼠标右键-属性-安全-修改权限;或将
hosts
文件复制一份,修改之后,复制到原文件夹替换!三、最后说几句
还可以使用
ipconfig/flush
对本地DNS缓存进行一次刷新,如果遇到网络异常,可能是DNS缓存的问题,刷新一下,步骤。- windows开始→运行→输入:CMD 按回车键,打开命令提示符窗口。
- 再输入: ipconfig /flushdns 回车,执行命令,可以重建本地DNS缓存。
再附上几个命令:
ipconfig /displaydns # 显示dns缓存 ipconfig /flushdns # 刷新DNS记录 ipconfig /renew # 重请从DHCP服务器获得IP
PS:另外要注意的一点就是,如果图片再次不能显示,只需要及时更新IP就行啦,这波操作不麻烦,你看我头像回来了!!!
哈哈哈,没错,是李现 -
一招解决GitHub致命的下载速度(GitHub下载速度慢怎么办)
2020-03-28 09:50:32通过码云来导入github,通过码云下载 第一步: 找一个你需要下载的GitHub项目 第二步: 复制链接 第三步: 打开码云,然后选择从GitHub导入 第四步: 复制刚才的连接,起个名字,点击导入 这个过程大概一两分钟 ... -
怎么样下载和运行GitHub上的代码呢?
2018-06-16 19:27:35从昨天开始就想着从GitHub上下载一个开源的Vue的实战项目,希望能从中学习更多的Vue的实用内容,结果搞了半天好不容易下载了,不知道怎么弄。然而,今天终于成功了,激动地我赶紧来记录一下。 如何从GitHub上下载... -
[08]GitHub(一)|怎样使用GitHub
2018-06-11 08:56:20跟朋友在交流的时候听到求职的时候发现有些公司要附Github帐号,一个优秀的 GitHub 账号当然能让你增色不少。自己之前听说过,但没有花时间研究,最后花了时间看了CitHub的文档,还有一些程序员写的的blog,就写下来... -
GitHub 新手详细教程
2017-09-12 22:15:58这篇文章是我自己写的关于GitHub的内容,从我刚听到这个直到设置成功每一步都有详细的步骤来解释,其中有一些截图或者代码来自于网上。 在开始前先跟大家说一下这篇博客是来介绍桌面版GitHub的使用的,如果只是简单... -
一些实用的GitHub项目
2019-10-08 14:25:24最近整理了一些在GitHub上比较热门的开源项目关于GitHub,快速了解请戳这里其中涵盖了:学习教程,面试总结,实用工具,框架,机器学习等东西比较杂,要学的东西也比较多... -
GitHub for Windows离线安装包
2015-05-21 09:54:39鉴于许多情况,一些用户无法正常安装github客户端,特此将Githu for windows离线安装包分享给大家 -
GitHub怎么用?GitHub是什么?新手怎么用GitHub?图文并茂,不看都不行
2018-06-06 17:03:10GitHub怎么用?GitHub是什么?新手怎么用GitHub?这些问题都不是问题了:英文10分【满分100分】水平的人来说:这个教程和小说很重要!这妮儿图文并茂,比我还幽默 汗!!!,我就直接转载过来,需要的同学赶紧马克... -
如何将本地的代码上传到github
2019-04-24 18:45:35喜欢的同学可以看一下原文,讲得更加详细哦 ... 首先你需要一个github账号,所有还没有的话先去注册吧! https://github.com/ ...我们使用git需要先安装git工具,这里给出下载地址,...https://git-for-windows.github... -
github新手使用指南
2018-06-14 15:25:26https://blog.csdn.net/Hanani_Jia/article/details/77950594源博客地址首先,我先对GitHub来一个简单的介绍,GitHub有一个很强大的功能就是,你在服务器上边可以创建一个库(稍后会介绍怎么创建),写代码是一件很... -
GitHub Desktop(GitHub桌面版)离线安装包
2015-08-21 10:35:052015-8-21下载的github desktop,官网安装比较麻烦,就弄了个离线版的分享 -
解决github访问出现空白页面
2020-10-23 19:43:20最近一段时间发现github访问不了了。 当时没在意,认为过几天就可以,我用手机uc浏览器访问发现能够正常访问。 但是电脑谷歌浏览器访问发现访问不了,起初我试一下翻墙访问,没想到依然是访问不到github 于是乎去 ... -
@程序员:GitHub这个项目快薅羊毛
2020-02-19 19:52:42今天下午在朋友圈看到很多人都在发github的羊毛,一时没明白是怎么回事。 后来上百度搜索了一下,原来真有这回事,毕竟资源主义的羊毛不少啊,1000刀刷爆了朋友圈!不知道你们的朋友圈有没有看到类似的消息。 这... -
GitHub如何配置SSH Key
2018-10-29 09:35:07https://github.com/xiangshuo1992/preload.git git@github.com:xiangshuo1992/preload.git 这两个地址展示的是同一个项目,但是这两个地址之间有什么联系呢? 前者是https url 直接有效网址打开,但是用户每次通过... -
浏览 GitHub 太卡了?教你两招!
2019-09-04 10:21:57老实说,GitHub 在国内的使用体验并不算太好,这其中最大的原因就是网络了。 GitHub 访问起来比较卡,这个看起来貌似无解。国内的 gitee 网速倒是可以,但是无法代替 GitHub,个人感觉 gitee 上还是开源项目多一些,... -
GitHub开源的10个超棒后台管理面板
2019-09-20 09:36:16目录 1、AdminLTE 2、vue-Element-Admin 3、tabler 4、Gentelella 5、ng2-admin 6、ant-design-pro ...项目开发中后台管理平台必不可少,但是从零搭建一套多样化后台管理并不容易,目前有许多开源、免费、... -
最详细的图文教程帮你解决GitHub下载慢或下载失败问题(2019.8.10亲测有效)
2019-08-10 21:18:23写这篇文章缘由,是下载一个机器学习课程的课件,想去GitHub上下载,结果下载速度居然只有几k,并且还老是下载失败。然后去百度解决办法,基本上都是让修改hosts文件,修改完成后发现效果并不明显(其实下载速度并没... -
GitHub 上有什么好玩的项目?
2019-07-24 18:35:00上个月有水友私信问我,GitHub 上有没有比较好玩的项目可以推荐?我跟他说:"有,过两天我整理一下"。然而,一个月过去了,我把这件事情忘了精光,直至他昨天提醒我才记起。... -
最新GitHub新手使用教程(Windows Git从安装到使用)——详细图解
2018-12-24 02:55:46说明:该篇博客是博主一字一码编写的,实属不易,请尊重原创,谢谢大家! 一.叙述 1.Git简介 Git(读音为/gɪt/。)是一个开源的分布式版本控制系统,可以...2.首先要去GitHub官网注册一个账号 详细教程:https://b... -
本地git关联远程github
2019-12-12 14:34:05本地git关联远程github 1、初始化本地目录为git目录 在该目录下打开git bash here,命令:git init 2、初始化本地id_rsa.pub文件, 键入命令:ssh-keygen -t rsa -C “*******@163.com” 3、命令我会在指定目录下... -
github下载失败的问题解决方法
2019-07-06 17:14:13下载github项目,频频下载失败,网络超时,等提示 -
提高github下载速度的方法【100%有效】可达到2MB/s
2018-11-08 19:24:53因为大家都知道的原因,在国内从github上面下载代码的速度峰值通常都是20kB/s。这种速度对于那些小项目还好,而对于大一些的并且带有很多子模块的项目来讲就跟耽误时间。虽然有很多提速的方法,但是实际用起来并不... -
GitHub下载速度慢?这个方法可以解决
2020-07-18 01:49:56在GitHub上面下载代码的时候发现,那下载速度是真的慢!在这里说一些解决方法。 -
解决github图片不显示问题
2019-11-05 14:44:24今天在github上查阅资料,但是页面的图片不显示 解决方法,打开路径C:\Windows\System32\drivers\etc下的hosts文件 在最后加上 # GitHub Start 192.30.253.112 github.com 192.30.253.119 gist.github.com 151... -
史上最简单的 GitHub 教程
2017-03-27 17:18:511 简介 GitHub 是一个面向开源及私有软件项目的托管平台,因为只支持 Git 作为唯一的版本库格式进行托管,故名 GitHub。GitHub 于 2008 年 4 月 10 日正式上线,除了 Git 代码仓库托管及基本的 Web 管理界面以外,... -
最新GitHub账号注册(详细图解)
2018-12-22 01:54:37GitHub是一个面向开源及私有软件项目的托管平台,因为只支持git 作为唯一的版本库格式进行托管,故名gitHub。 GitHub于2008年4月10日正式上线,除了git代码仓库托管及基本的 Web管理界面以外,还提供了订阅、讨论组...
-
VB IDE增强插件AmicForVB
-
c3560e-universalk9-mz.122-55.SE8.bin
-
Codeforces F. Unusual Matrix
-
络达1562a 艾创力方案 2021年1月正式版
-
JoyToKey_en.zip
-
CISSP (ISC)2 Official Study Guide.pdf
-
30个生涯锦囊,带你跳出迷茫,找到适合你的职业方向
-
AN_SY8205_HYX_jason.pdf
-
AN_SY8366H.pdf
-
uibot中级认证实践题源码—预订机票(亲测100%通过).zip
-
微信小程序之颜值测试项目(测颜值)【项目实战】
-
DS_SY9329C .pdf
-
AN_SY6288_VIA_.pdf
-
EverntDemo.zip
-
Flask+Ajax动态加载案例(一)与INPUT控件的交互
-
Scratch编程等级考试二级真题讲解(电子学会图形化编程)
-
内部管理系统Spring boot/Spring MVC/Mybati
-
Qt项目实战之基于Redis的网络聊天室
-
亿度云盘~Java小白入门实战
-
易语言开发通达信DLL公式接口