1.下载并安装 InstallShield InstallShield Limited Edition for Visual Studio 2013 图文教程(教你如何打包.NET程序) InstallShield Limited Edition for Visual Studio 2013 图文教程(教你如何打包.NET Framework进去) 本文转自"吾乐吧软件站",原文链接:http://www.wuleba.com/?p=23892 从Visual Studio 20
将本地开发完的SDK代码上传到SVN上面:an error occurred while contacting the repository The server may be unreachable or the URL may be incorrect 突然间意识到,我的代码是在本地搭建了一个git仓库用来管理的,里面还有.git的隐藏文件. 解决:在终端中按照下面的命令,进行显示和隐藏 隐藏文件 # 显示隐藏文件 defaults write com.apple.finder Apple
GitHub代码上传教程 https://my.oschina.net/baishi/blog/520791 这篇文章讲得挺清楚的,但是在上传的时候出现了问题 ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/thy00/e-shop.git' hint: Updates were rejected because the remote contai
忙活了一下午终于成功把代码上传到github上. 接下来就是我上传代码的步骤: ①首先注册github账号,登录,创建新仓库 ,点击+,点击new repository 得到如下页面,填写仓库名,自己随便写一个名字,下面的描述可写可不写,点击Initialize this repository with a README,然后创建: ②下载git shell,网上给了很多官网下载网址,我点进去下载,都下不下来,后我在百度上搜“git下载”, 下载下来也能用.这个是我下载的图标: ③配置Git