1
劳动节
假如外出工作,需要在另一台电脑上面pull自己的某个git远程项目到本地
$ git init
$ git pull https://github.com/TTyb/54qjLogin
后面这部分就是自己项目的网址,我这里是pull了我的项目54qjLogin
$ git pull 你仓库的网址
如果下载的这个项目更改后需要push的会出现:
$ git push
fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using
git remote add <name> <url>
and then push using the remote name
git push <name>
这个时候第一次push需要网址:
$ git add --all
$ git commit -m "TTyb"
$ git remote add origin https://github.com/TTyb/54qjLogin
$ git push -u origin master
然后下一次就不用那么麻烦了,直接:
$ git add --all
$ git commit -m "TTyb"
$ git push
爬虫代码不知道怎么写
关注公众号让作者帮你解决!
网站已运行3064天9小时41分2秒。
公元 年 月 农历乙巳年 蛇年
1 劳动节 2 初五 3 初六 4 青年节 5 立夏 6 初九 7 初十 8 十一 9 十二 10 十三 11 十四 12 十五 13 十六 14 十七 15 十八 16 十九 17 二十 18 廿一 19 廿二 20 廿三 21 小满 22 廿五 23 廿六 24 廿七 25 廿八 26 廿九 27 五月 28 初二 29 初三 30 初四 31 端午节 |