atlassian-sourcetree

LFS: Git credentials for..XXXX..not found. Your user name must be of the form DOMAIN\user

吃可爱长大的小学妹 提交于 2019-12-12 09:46:57
问题 So we are trying to setup GIT LFS with on premises TFS and we are having a couple of errors. The errors and setup are described below: Setup: 1) On-premises TFS 2017 w/Update 1 2) Visual Studio 2015 w/Update 3 3) Atlassian SourceTree (Git Client) 4) GIT LFS is installed on the developer's system 5) The Git Credential Manager for Windows (GCM) Errors: Going to Tools->Options->[Git Tab] in SourceTree and selecting [Use System Git] and trying to checkout a version of the file from history

Git stuck at deltafying objects

六眼飞鱼酱① 提交于 2019-12-12 08:06:35
问题 My source code ( with pictures ) size is ~500MB. But I can't push it to any git repository : My git push attempt is stucked at "deltafying objects" in VS. I watched my network in: ~3kb/s. out: 100kb/s. But still not pushing. Here is a screenshot from visual studio: I tried in visual studio, to push it Visual Studio Team Services (with git) didn't work. I tried sourcetree(v1.9.6.1) for checking it to bitbucket. Didn't work. I tried git console, didn't work. My Visual Studio Enterprise 2015 has

How do I tighten my objects?

笑着哭i 提交于 2019-12-12 02:27:19
问题 When I try to pull on Sourcetree I get: git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin error: inflate: data stream error (unknown compression method) fatal: loose object 982fcbfe3c97cec4319853db4e32bd77f72ae0bf (stored in .git/objects/98/2fcbfe3c97cec4319853db4e32bd77f72ae0bf) is corrupt fatal: index-pack failed I got this message previously with a different random string of letters/numbers, and decided to delete that specific file and then I got this one. So I'm

Using GIT on local server and local PC

筅森魡賤 提交于 2019-12-11 13:38:54
问题 I'm trying GIT and i ran into an issue. I have my local machine (let's call it MAC) and a server (let's call it SERVER). It's a local server, I access it through an alias in my desktop. I want to create a GIT repository in this SERVER, in which I'll keep my files and pull these files into my MAC. Then, after editing, I want to commit these changes to SERVER. SERVER MAC SERVER source -->> copy -->> commit It sounds very GIT-like, but I can only find these tutorials for remote servers, with

Simple SET not working in batch file

狂风中的少年 提交于 2019-12-11 12:47:29
问题 Disclaimer: I'm not a batch files guru, just digging my way with the help of Google and SO. Also note that I'm trying to run this batch file as a Custom Action in SourceTree. The following simple SET command doesn't seem to assign value to the variable: SET MYVAR = %1 ECHO "%MYVAR%" ECHO "!MYVAR!" ECHO %1 The first ECHO above returns "" ; the second one "!MYVAR!" , whereas the last one returns the actual value of command-line parameter. How can I assign value to MVAR ? 回答1: set is sensitive

SourceTree considers pulled files as uncommitted changes

回眸只為那壹抹淺笑 提交于 2019-12-11 12:21:28
问题 In some unknown cases when I pull using SourceTree, it consider all pulled files as uncommitted changes and won't allow to pull/push any more unless re-commit or discard those changes. If I discard uncommitted files, it will discard all the changes have been applied by my team-mate. What's wrong with that? Is there a known bug or whatever? 回答1: Not too sure if this is the issue but it sounds similar. When you pull, SourceTree pops up with a box. In this box there is a select box that reads.

For bitbucket, what is the difference between having a team work on a repo and having a personal repo that everyone on the team works on?

风格不统一 提交于 2019-12-11 11:47:13
问题 I am porting a project that was originally only worked on by me to bitbucket so that someone else may help me. We do not want this to be an open source project and it should only be the two of us working on it. The question is whether I make it a personal repo and then invite him to it or whether I make a team that the two of us are on and then have a repo for the team. Is there a difference between the two approaches? Any benefits to either one? 回答1: No, don't have any difference between the

Egit eclipse: resolve conflict without commit all files

旧街凉风 提交于 2019-12-11 09:21:49
问题 When in a git repository there is a conflict, after marking as resolved the conflicted file, in eclipse I can't commit only that file, but yes in sourcetree. Is there any way to commit only one file in egit when there is a conflict? Thanks! 回答1: Yes. After resolving the conflict right click on the file go to Team > Add to Index , then right click on the included project go to Team > Commit . Note that ADD ONLY those file to GIT index in which you are interested in commit next time. If

Unable to merge unrelated branches in bitbucket

☆樱花仙子☆ 提交于 2019-12-11 08:06:13
问题 I am new to git and not super tech savvy when it comes to it. I use source tree to commit and push code. I am running into strange issues which I never did before. When I merge my branch to the master I get this "Unable to merge, unrelated branches". Moreover, I see strange things in my repo: The remote and the locals don't seem connected at all I keep getting prompted for authentication but that username is wrong and I can't find a way to change it: Any help in this regard would be great!

How to change username password of github account in sourcetree on macOs?

天大地大妈咪最大 提交于 2019-12-11 07:23:07
问题 I'm using SourceTree and have 2 GitHub accounts. I connect and push my commits to one of them. First time SourceTree ask me to enter password, but when I wanted to push to my other GitHub account it doesn't ask me to enter the password and just show this error: I couldn't find a way to change the password. I could push to the other site like GitLab, but I couldn't find a way to change the password for another GitHub account. What should I do? Os: macOs Seirra 回答1: Under Tools > Options >