主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kirill Likhodedov
活动总数
733
最后的活动
2021年10月14日 12:17
成员加入日期
2010年06月11日 07:06
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
269
活动概览
文章(0)
帖子(0)
评论(464)
按最近的活动排序
最近的活动
投票数
创建于
2012年03月19日 15:32
Have you only 1 Git repository in the project?What happens if you execute 'git branch' in the command line?
社区
PhpStorm
Git update problem: Can't update: no current branch: You are in 'detached HEAD' state
0 票
创建于
2012年03月20日 07:25
Probably the submodules are the root cause.Please check for each repository, which branch are you on. Maybe you're in detached HEAD in one of the submodules.You may also want to check PhpStorm EAP ...
社区
PhpStorm
Git update problem: Can't update: no current branch: You are in 'detached HEAD' state
0 票
创建于
2012年03月21日 12:58
The "invalid git roots" error is already fixed. So please try new EAP builds - it should help.
社区
PhpStorm
Git update problem: Can't update: no current branch: You are in 'detached HEAD' state
0 票
创建于
2012年03月19日 13:01
Hello Enrique,There is no such command in PHPStorm.I'm not sure if it is needed, since it is a rather rare case to remove a file from version control.From the command line you have to executegit rm...
社区
PhpStorm
How to move a versioned file to unversioned in GIT
0 票
创建于
2012年03月19日 14:52
You probably want to usegit update-index --assume-unchanged <file>It makes Git ignore versioned files just for you.But beware that using this flag may result in some difficulties if the file change...
社区
PhpStorm
How to move a versioned file to unversioned in GIT
0 票
创建于
2012年04月23日 10:33
Hello Eugene,You may edit <PhpStorm config>/options/vcs.xml and remove the items that you don't need from <option name="visitedUrls">
社区
PhpStorm
How to clean gitgub repository url list?
0 票
创建于
2012年04月23日 17:35
The list of repositories is taken from your GitHub account. It is the list of your repositories and repositories you follow.
社区
PhpStorm
How to clean gitgub repository url list?
0 票
创建于
2012年04月23日 10:34
Hello Joshua,What do you mean by "all my symlinks a fubar'd". Please clarify.
社区
PhpStorm
Checkout from VCS git breaks symlinks in repo
0 票
创建于
2012年05月22日 13:05
Hello Matt,This feature is not supported yet.You may vote for it here: http://youtrack.jetbrains.com/issue/IDEA-74859
社区
PhpStorm
Is there a way to create a Github repo, that belongs to an "Organization"
0 票
创建于
2012年05月16日 10:13
Hello Matthieu,PhpStorm identifies a Git root by the presence of .git directory (or .git file in the case of submodules), so it is the reason of the message displayed.It doesn't look like a good id...
社区
PhpStorm
[Solved] Unregistered git root detected on my home dir
0 票
«
第一页
‹
上一页
下一页
›
最后
»