problem description Execution of gitk-- all exception under mac: argument list too long execution of gitk will not be abnormal, and this is the only exception. Other projects, gitk-all, are normal. This project is the company s main project with a l...
problem description update, today s git push has a different ip error. $git push packet_write_wait: Connection to 52.74.223.119 port 22: Broken pipe fatal: Could not read from remote repository. Please make sure you have the correct access r...
The A colleague pulled the code locally for development at 7: 00. The B colleague modifies the model layer (the underlying code) at 8: 00 and submits it to the server. A colleague finally finished writing the upper layer code at 9 o clock and submitte...
problem description in the process of using Liao Xuefeng s self-built website on git, I just took the same steps as him first, which can be cloned to the local and used normally. but: when I git init a folder locally. Want to use: git remote add ori...
prompt all the time with git pull-- rebase origin master! [rejected] using git in win10 related codes >git pull --rebase origin Order:Order ! [rejected] Order-> Order(non-fast-forward) how do you solve it, please? ...
has only been used twice. When I used it before, commit was successful. Today I want to change it. As a result, after commit, the code in the warehouse has changed, indicating that it has been submitted, but the website has not been updated. It is still ...
when I m about to finish building, Permission denied, please try again appears when I use ssh-v git@service. It still doesn t work after trying to enter the correct password. I have tried all the methods on the Internet. It hasn t been solved yet. I ...
how do I push the contents of a part of the warehouse or under a folder to the warehouse branch? ...
problem description as shown in the figure, git treats some files as text files, such as AI PDF Word files what result do you expect? What is the error message actually seen? The search has been fruitless for a long time, only with regard to th...
there is no push, locally in Git. After typing tag, the local warehouse only uses tag push. Is the remote warehouse the latest code under this tag? ...
problem description former colleagues said that using win10 s subsystem to develop a project, switching win10 and subsystems will have a lot of file changes, which is suspected to be a coding problem. I want to use source tree to submit the code, bu...
...
...
...
Why does git still have a waiting list for submission after adding files to .gitignore ...
In the code, there is a log directory with read and write permissions of 777, but after pulling it to the server with git, the permissions change, resulting in an error in the code that "the log directory does not have read and write permissions ". How...
problem description at present, git has supported the cloning of some codes as follows: -sharp git remote add -f origin <remote_url> -sharp spare checkout git config core.sparsecheckout true -sharp echo "subdir1" >> .git info...
Mysql database cannot be opened either ask the great god for advice! ...
is when I submit the project, I find that there are errors in some content of many files for example, I want to change the response of all tracking files to response.text . Is there a way to do this? ...
the gitignore setting ignores database files. It is different to add database, in Branch An and switch to Branch B to add database for database,2 branches. Sometimes switching back and forth will cause all the ignored files originally added in A to disap...
...
how does the Vue project realize one-click skinning on a website The item is the less, in which the css style is used and is written in the .vue file how to change the color of the website with one click ...
problem description the project writes the route in vue-router. Both the first-level route and the second-level route use the same sub-component. At present, the first-level route can transmit data to the sub-component, but when you click on the secon...
the effect of the picture is as follows: there are star convergence and circle 3D dynamic effect, how do you do this? ] [1] ...
The temporary contents of the subcomponents are all the same, so the same component is requested, but it is found that the request is only sent the first time, and then it is not sent after clicking on it. The event request in the subcomponent is execut...