作者:程序员小冰微博:​​http://weibo.com/mcxiaobing​​AndroidStudio中利用git下载github或者git.oschina的代码时报错: repository test has failed解决方法: 需要看自己的AndroidStudio开发工具是否配置好了git。 Settings > Project Settings > Versi
转载 2022-11-02 10:14:17
126阅读
作者:程序员小冰 微博:​​​http://weibo.com/mcxiaobing​​AndroidStudio中利用git下载github或者git.oschina的代码时报错: repository test has failed解决方法: 需要看自己的AndroidStudio开发工具是否配置好了git。 Settings > Project Settings > V
原创 2022-11-02 10:08:13
159阅读
一、准备工作     当然是准备在windows 下使用需要的环境,和工具。     msysgit  下载地址:http://msysgit.github.io/     TortoiseGit 下载地址:https://code.google.com/p/torto
转载 2016-11-14 00:00:39
666阅读
我的github仓库开通,https://git.oschina.net/zhjh256。 1、打开https://git.oschina.net/signup,没有账号的话,则新创建账号。 2、从https://github.com/git-for-windows/git/releases/dow
原创 2022-12-12 15:21:18
4346阅读
工作中一般都是用的SVN,最近好像GitHub有些火,看到开源中国上也有Git的开源版本管理。另外看到一篇文章说Git 比 SVN 要好。就想多了解一下Git,顺便也可以把自己平...
转载 2015-01-28 21:58:00
344阅读
2评论
http://my.oschina.net/lenglingx/blog/205269http://www.2cto.com/os/201402
转载 2015-08-07 17:31:00
70阅读
2评论
        首页开源项目 问答代码博客翻译资讯 移动开发招聘城市圈                     当前访客身份:游客 [ 登录 | 加入开源中国 ] 当前访客身份: 游客 [ 登录
转载 精选 2015-01-10 14:19:08
1264阅读
概要 其实oschinagit服务器与github的差不多,不过既然是中国的git服务器,那么速度应该更快一些吧2、注册 链接https://git.oschina.net/...
转载 2015-01-28 21:59:00
82阅读
2评论
转载 2015-09-16 12:27:00
114阅读
2评论
:://blog..net/a5244491/article/details/44807937 版权声明:本文为博主原创文章,未经博主允许不得转载。 版权声明:本文为博主原创文章,未经博主允许不得转载。 因为一些特殊原因,需要将公司原来的代码仓库从github移植到oschina
转载 2017-06-19 10:51:00
510阅读
2评论
Ansible OSChina: Simplifying IT Infrastructure Automation In today's fast-paced world of IT infrastructure management, automation has become an integral part of ensuring efficiency and accuracy. Depl
原创 2024-02-02 10:19:20
81阅读
转载 2018-01-16 16:31:00
49阅读
2评论
参考了豆沙包的教程我自己也做了一遍也来写写我的心得和体会 由于报名参加了游戏蛮牛《刀塔传奇》开源项目,服务器+客户端,所以觉着不管时间怎么着,还是或多或少做点贡献吧。毕竟这种体验应该还是第一次,虽然感觉到后期可能人会越来越少,甚至现在人都越来越少了,因为我们使用Git来管理项目写作开发,可能把很多没
转载 2017-08-04 22:01:00
82阅读
2评论
亲爱的小伙伴们:    connie的博客地址更换为http://my.oschina.net/conniewu,请关注!
原创 2015-06-05 11:00:06
639阅读
国内git.oschina做的很好,看到oschina还有博客 直接导入博客 ://my.oschina.net/lindexi/blog
原创 2021-06-24 13:59:01
527阅读
国内git.oschina做的很好,看到oschina还有博客 直接导入博客 ://my.oschina.net/lindexi/blog
原创 2022-04-21 17:06:42
138阅读
现在git.oschina.net上新建一个项目在本地目录下,执行如下命git init git add . git config user.name 'xxx' git config user.email git pull git remote add origi git commit -am 'init' git push -u origin master
原创 2023-04-12 02:10:13
50阅读
1、概要 事实上oschina的gitserver与github的几乎相同。只是既然是中国的gitserver,那么速度应该更快一些吧 2、注冊 链接https://git.oschina.net/,依照步骤进行 3、创建一个开源项目 填入项目名称和,项目说明,这个也是有提示的 4、配置项目 如果我
转载 2017-07-23 20:49:00
95阅读
2评论
osChina.net
转载 2019-03-01 14:29:00
134阅读
2评论
git给当前项目设置http和https代理 git config http.proxy http://127.0.0.1:1080 git config https.proxy https://127.0.0.1:1080 //被改动的对应文件:当前git项目目录下的.git\config文件 g
原创 2月前
43阅读
  • 1
  • 2
  • 3
  • 4
  • 5