健康一贴灵,专注医药行业管理信息化

转:如何快速使用GITHUB资源

        <div class="postBody">
            <div id="cnblogs_post_body" class="blogpost-body blogpost-body-html"><a name="_labelTop"></a><div id="navCategory"><h2>思维导航</h2><ul><li style="list-style-type:square"><a href="#_label0">前言</a></li><li style="list-style-type:square"><a href="#_label1">首先解决访问慢的问题</a></li><li style="list-style-type:square"><a href="#_label2">GitHub热门栏目</a></li><li style="list-style-type:square"><a href="#_label3">GitHub上直接搜项目</a></li><li style="list-style-type:square"><a href="#_label4">GitHub搜索小技巧</a></li></ul></div>

前言

经常会有同学会问如何使用GitHub找到自己想要的项目,今天咱们就出一期快速入门教程五分钟教你使用GitHub寻找优质项目。GitHub作为世界上最大的项目开源平台之一,上面有着无数优质的开源项目。善于使用它能够让你获得很多意想不到的惊喜。

首先解决访问慢的问题

FastGithub是GitHub加速神器,解决GitHub打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题。

【程序员的福音】一款C#开源的GitHub加速神器

GitHub热门栏目

GitHub 有两个热门栏目,分别是 GitHub Trend 和 GitHub Topic 其中,GitHub Trend页面总结了每天/每周/每月周期的热门 Repositories 和 Developers,你可以看到在某个周期处于热门状态的开发项目和开发者。而 GitHub Topic 展示了最新和最流行的讨论主题(热门话题),在这里你不仅能够看到开发项目,还能看到更多非开发技术的讨论主题。

GitHub Trend

https://github.com/trending

 

 

GitHub Topic

https://github.com/topics

 

GitHub上直接搜项目

https://github.com/search

 

 

 

GitHub搜索小技巧

这些技巧将帮助您更加精确地找到您需要的项目和代码,让 GitHub 搜索变得更高效和便捷。

技巧示例
使用关键词进行搜索 .NET Admin 或 react framework
使用语言筛选器 language:C# 或 language:python
搜索账号完整名称 fullname:追逐时光者
使用用户筛选器 user:YSGStudyHards
使用组织筛选器 org:organization
使用星标筛选器 stars:>1000
使用更新时间筛选器 pushed:>2023-07-01

 

 

 

posted @ 2023-07-26 09:01  一贴灵  阅读(29)  评论(0编辑  收藏  举报
学以致用,效率第一