Blogger Information
Blog 81
fans 1
comment 0
visits 124117
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
git 通过git上传两个不同的文件夹中的文件,其中一个文件报错
有什么是忘不了的的博客
Original
1370 people have browsed it

在上传文件的时候报错,因为我之前在别的文件夹里建立过链接上文件。在换一个文件在建立链接上传文件的时候报错。

    git add .(文件name) //添加文件到本地仓库

    git commit -m “文件备注” //添加文件描述信息

    git remote add origin + 远程仓库地址 //链接远程仓库,创建主分支

    git push -u origin master //把本地仓库的文件推送到远程仓库

image.png

看到网上是同过:

    git pull origin master;

在上吧文件push到github的时候先执行以下 pull 这个操作。

就可以啦。


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post