git tag

170 questions


1 answers
237 views
0
Error setting user name for Git

What do you want to solve Step in the above screenshot: I'm learning to add a username to Git, and I'm typing $git config --global user.username in the terminal, but I get an error.Problems/errors enc...

git
1 years ago

1 answers
372 views
0
Differences in .meta files do not disappear in Git management for Unity projects

Prerequisites/What you want to achieveI manage the Unity project at GitHub.When one of the members reinstalled the source tree and pulled the latest branch, many .meta files, some plug-in files, conti...

1 years ago

1 answers
466 views
0
GitHub is not accessible from git-bash

The git command on a git bash installed in Windows causes various problems.You can use git --version to verify the git installation.The git clone command looks like this: git clone https://~~Cloning i...

1 years ago

1 answers
83 views
0
I don't want to convert newline code in GitHub Desktop for Windows

I am using GitHub Desktop for Windows.Are there any settings that do not convert newline codes?Is it possible to return the changed line feed code?(I'm giving up because of all the articles that say I...

1 years ago

1 answers
58 views
0
I can't push with git.

I'm a git beginner.I tried to git push by doing git_init, git add-A, and git commit in the folder, so I deleted DS_Store with git_ignore and pulled the url of the remote repository with git remote add...

git
1 years ago

2 answers
85 views
0
I want to collect files from the git repository on Backlog in bulk.

I would like to collect files from the backlog git repository in bulk, but it seems impossible due to the nature of the backlog.For HTTPS, a URL similar to https://--.git is displayed, but is it possi...

git
1 years ago

2 answers
75 views
0
I don't know why fetch causes the error.

I'm a beginner at Git.One of the learning activities is Git, and carefully from the beginning.Among them, number 9, Use Together - Bare and Clone, Remote Repository, clone (bare) to make your own repo...

git
1 years ago

2 answers
57 views
0
What is the appropriate way to reflect the commit after receiving a review from GitHub's pull request?

As a result of a pull request to an OSS on GitHub, I would like to know the appropriate method of reflecting the indication when the review is pointed out.However, let's say that the pull request even...

1 years ago

1 answers
96 views
0
How to deploy in Jenkins

I'm studying jenkins now.I'm quite a beginner.When I pushed to git, I understood until Jenkins' job ran and automatically built and deployed.Is deployment job the default for Jenkins from the default ...

1 years ago

1 answers
66 views
0
Git is not available in Rstudio

Windows 10RStudio 1.2.1335R3.6.0git2.21.0.windows.1When I try to do a git operation on Rstudio, even if there is a file that I can commit to, it does not appear on the git tab.If you redisplay or pres...

git r
1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.