# remoteRepo **Repository Path**: woxinle/remoteRepo ## Basic Information - **Project Name**: remoteRepo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README localRepo1:先有的我这个本地库,推送到git.osc之后才有了远程库(本来是空的远程库)。但是我看不到远程库里的其他分支,怎么回事?过了一会又看到了!…… remoteRepo:我是从远程库克隆出来的本地库,我能看到远程库里的其他分支! .git表明这是一个本地库(好像不用忽略)。 .idea表明这个仓库用Webstorm打开过(记得忽略掉这个文件夹)。 1push(failed): 10:22:38.299: [localRepo1] git -c core.quotepath=false push --progress --porcelain origin refs/heads/master:master new host git.oschina.net:22 that has the key e3:ee:82:78:fb:c0:ca:24:65:69:ba:bc:47:24:6f:d4 (type ssh-rsa). Push failed Failed with error: fatal: Could not read from remote repository. 2push(success,but I do nothong!): 10:31:18.887: [localRepo1] git -c core.quotepath=false push --progress --porcelain origin refs/heads/master:master Counting objects: 6, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 851 bytes | 0 bytes/s, done. Total 6 (delta 1), reused 0 (delta 0) To git@git.oschina.net:woxinle/remoteRepo.git refs/heads/master:refs/heads/master 6cd8b8f..b77df05 Done I am localRepo1. And i modifed the txt file by 1 insertion. 200 400