git - Related information

  • The remote end hung up unexpectedly? appears in git push

    when executing git push origin master : The remote end hung up unexpectedly error it is said on the Internet that postBuffer is set bigger, but it still doesn t work! the only thing I have is this project, and the git of other projects is still no...

    May.25,2021
  • How to handle local and remote file conflicts

    the local file conflicts with the remote file, but now I don t want to merge the remote file, because there will be a lot of redundant files. What should I do? ...

    Git
    May.24,2021
  • When uninstalling sourcetree, it cannot be uninstalled

    < H2 > problem description < H2 > I want to download a new sourcetree, and I always get an error when I uninstall the original sourcetree. delete the sourcetree from the control panel, cannot uninstall it, and always report an error < H2 > error pic...

    Git
    May.24,2021
  • How to cancel git rebase-I merge

    the problem scenario is as follows: I used git rebase-I to merge multiple commit into a single commit, but now I don t want to merge, can I go back to the state before the merge? ...

    May.22,2021
  • Ask about the Git and Jenkins usage of the Vue.js project?

    our group s projects used to release front-end files in a back-end package. Recently, I was doing the separation of movement and movement, and I encountered a problem. the front-end partner told me that when using vue, you shouldn t package all the fr...

    May.15,2021
  • Ant design pro project. After installing the dependency package, the startup project encountered a problem.

    after getting the project, cnpm install (Taobao image) install the dependency package , then start the project, report an error, and try again and again. the same operation, others can run, the project is git Synchronize over, do not know what went wro...

    May.12,2021
  • Git command line tool running npm install does not respond

    git and cmder command line tools always have all kinds of strange problems. Please help us explain or solve them: 1. There is no response when git command line tool runs npm install, but it is normal to change to cmder. 2. Cmder does not respond when...

    May.11,2021
  • Git branch merge ignore profile

    found on the Internet: .gitattributes + merge=ours, : config.xml config.xml merge=ours git config merge.ours.driver true config .gitattributesgit .gitattributes file pom.conf merge=ours pom.conf diff=nodiff but when there is no conflict, the ...

    May.10,2021
  • How to better explain distributed git centralization

    problem description how to interpret distributed git and centralized svn. there is no doubt that the biggest difference between the two version control tools is the conceptual difference between distributed and centralized. but in practice, using s...

    Apr.28,2021
  • How to understand HEAD and branch? in git

    HEAD and branch are two special references in git, both pointing to commit. And in general, HEAD points to branch and then points to commit, but when HEAD is free, it no longer points to branch but directly to commit, so it seems inaccurate to say that ...

    Git
    Apr.27,2021
  • How to understand the objects file in the .git folder?

    my understanding of the principle of git is that every time git commit, it generates a tree object, a parent object (if not submitted for the first time), and a commit object. The top-level tree corresponds to the entire working directory, and there are...

    Git
    Apr.26,2021
  • The VS2015 solution can be built the first time, but not the next time.

    I loaded and loaded the code from github, generated the application the first time, but failed to regenerate it the second time. Either the header file could not be opened or the lib was not linked. and I, git, query the history of a certain branch an...

    Apr.23,2021
  • Why does the execution of git pull after git reset prompt that there is no association with remote repositories?

    before, the branch submitted the code to the remote warehouse, and then executed git reset and then executed git pull, which prompted that there was no association with the remote warehouse and could not git pull . There is no tracking information for t...

    Git
    Apr.22,2021
  • Git cannot be used to connect to gitlab. in idea

    problem description my gitlab has been configured with a public key. Testing ssh-t "git address " in git bash shows correct, but testing ssh-T in idea prompts Permission denied (publickey). the platform version of the problem and what methods you ...

    Git
    Apr.20,2021
  • What does the parenthesis after each commit of git log mean?

    0b7b964 (HEAD -> master, origin master, origin dev, origin HEAD, dev) msg5 in dev a3f9fb8 msg4 in dev ac877f7 msg2 in master 9c8c1d2 msg1 in master 126e2ef dev msg3 1c3919f dev msg2 9adb203 dev msg1 f911a15 Initial commit the content of dev is sub...

    Git
    Apr.19,2021
  • How does git commit current changes to other branches?

    well, I modified the code on one branch, but found that the branch was wrong. I want to commit all the current code to another branch instead of the current one. ...

    Git
    Apr.17,2021
  • Msys2 does not have environment variables in Windows

    problem description for example, I installed jdk and set it in the system environment variables. Executing java or javac on the command line can execute the relevant commands, but I can t find java, in msys2 and prompt me that I can t find the c...

    Apr.14,2021
  • Git and github link issu

    first question: is there a primary branch and a secondary branch in Git? Read the article that master is the main branch, so if you create a new branch at this time, will the other branches be considered sub-branches? read the article and learned tha...

    Apr.13,2021
  • Eclipse git forces the current project to be the master version

    problem description git, hosting platform under uses the code cloud; has only one main branch of master; colleague s code pull has gone wrong. I ignored the mandatory error for him, pull down, and then put the local push on; results that his code...

    Apr.12,2021
  • Git push prompt Permission denied (publickey)

    Environment: Windows 10 system; I have a github.com account and a gitlab.com account. The configuration on the Windows system is as follows: rxwangwb_rsagithubgitlab_rxwangwb_rsagitlabconfig: githubgitlabgitlab push: : the submission is su...

    Apr.11,2021
  • MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
    MySQL Error : Disk full (/tmp/#sql-temptable-64f5-260bcbd-243d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    MySQL Errno : 1021
    Message : Disk full (/tmp/#sql-temptable-64f5-260bcbd-243d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?