the following error is reported when pulling the substitution code with git pull, but I don t want to commit because I have covered other colleagues code, so I don t know how to pull the code Git Pull Failed:You have not concluded your merge.Exiting...
the company s internal git server used to be normal. Today, reinstall the computer system, reinstall git, and then execute git config-global credential.helper store and enter the account password pull company code. The second pull still pops up the acco...
1. Create a branch and a folder under branch a, and make changes. Then, submit it to the warehouse. 2. Then switch to the b branch. Use git status. Prompt me to add (only folders exist, no specific files exist). what is the reason for this? How to deal...
A code is first pulled down with git in window , but in wsl git status shows that all files are modified Windows Subsystem for Linux ...
< H2 > question 1: < H2 > user An and B, file a, the same branch user A first pull (time is 12:00), then edit file a, then commit and push,push time is 13:00 user B first pull (time is 12:00), then edit file a, then commit and push,push time is 13:0...
IFE2018 day7git add day7 can t I add folders? ...
I am an An account, because I do not have permission, I borrowed the B account and pulled the code (when I created a new SSH key,git clone, the command line is prompted to enter the B account and password). then the problem arises. I want to switch bac...
when multiple people develop the same page or function, there will be an inexplicable bug when merging the code. In such cases as and so on, this kind of merger will not report an error, so it will be merged directly, resulting in sometimes not k...
yesterday I push the code in the company computer to the github warehouse, and then the code in my own computer has also been changed, but I don t have push, today. I want to update the code of yesterday s push in the company to my local error report....
has been doing the traditional business system, these days suddenly think of a question? Is the traditional business system if two users log in to the business system at the same time? If you modify a certain data in the system at the same time, will the...
I have a front-end project B , which is developed on the basis of project A . After the code management tool uses git, for a period of time, both project An and B move forward, and there is a partial conflict between An and B s modified code. If B wa...
recently I learned git, I added a line of words to a file 1.txt, but I was cheap, I changed this to git add, also carried out git commit operation, at this point, I want to push, but when I think about it, I feel that I still need some changes. I r...
I used git status to check all the submitted, git config user.email is also consistent with the github login mailbox, how to solve this? ...
I have built a git warehouse on the server, and I can push pull, normally, but I can t find the files on my push on the server. Where have I put the files on the local push? git log can normally view the information of each push on the server ...
hexoAlphaDustindexconfig! ...
gitbook.com can open the web page these two days, but the account cannot log in. It keeps prompting: A network error (such as timeout, interrupted connection or unreachable host) has occurred. Why is this? Not even with VPN. ...
I execute the command: git diff sub_a master > > diff2.diff see a lot of differences I now see that some submission records of master are not merged into sub_a, so I use the above command to compare the next two branches. I display Already up-to-da...
I changed the system language of this machine to English, and then after connecting to the server, I used git to cut branches and pull the code. As long as I needed to display Chinese, it all turned into a bunch of question marks. git log if you ...
every time I submit code with gitbash, my github user name cannot be displayed in the lower right corner, only my gitbash user name can be displayed. Ssh has also been successfully generated into github or can not show how to solve the problem of git...
when using SourceTree s discard line discard block, have you ever encountered that the committed code still contains undiscarded changes? ...
during the handshake with the mysql server, I received the ERR_PACKET packet returned by the server, which indicated that got packets out of order, I checked the package carefully to make sure there was no problem with the data. At the same time, the max...
problem description I created a simple file upload submission project. The server side uses the node, front end to integrate the upload form data using formdata, and the JQuery ajax submits the request to the back end. on the node side, the form.pars...
what I want is a desktop environment, not a command line terminal. If my computer monitor is on, I hope someone connects in and can t see the change, because someone connected to the previous vnc can know that the mouse is moving, and I don t want it. ...
problem description Under Windows and ubuntu, python3 failed to install MeCab. Both pip installation and local package installation have been tried the platform version of the problem and what methods you have tried in the description of PyPI mec...
question: there are several strings with the following structure in the list: 1.(:) 2.(:) requirement: click the corresponding item. If you click the item at the end of the month (: date) here, the value in the corresponding input is . (:) Click ag...