gpt4 book ai didi

android - eGit 将项目移动到不同的位置?

转载 作者:行者123 更新时间:2023-11-29 00:18:20 25 4
gpt4 key购买 nike

我当时在 Eclipse 中开发一个 Android 项目,然后我决定将其 Git。作为新手,我没有在项目的父项目中创建本地存储库,而是在 C:\Users\Little\.git\LocalRepository 中创建了它。

现在,我在我的 Android 项目中遇到了很多问题;特别是将用户库添加到我的构建路径。

基于这里的回答:
Eclipse will not recognize project as library (ActionBarSherlock/ViewPagerIndicator)

我已将所有用户库导入我的工作区。但是,我的项目本身位于不同的文件夹中,因此我被卡住了。也有对答案的评论说:

Thanks. In my case, I forgot that my project was imported from git and was physically located in another folder than all other projects.

我相信我也必须这样做。 如何将项目从本地存储库获取到我的工作区?

最佳答案

可能在命令下面帮助某人摆脱与命令行相同的问题:

第 1 步:要确保您的 git 不包含任何本地更改,请执行以下操作:

git status

确保这里有你更改过的文件并且是红色的

第 2 步:检查最后一次提交的时间和方式:

git log 

第 3 步:

rm -rf .git

确保你只是备份。

第 4 步:对您需要的目录执行 git clone 操作:

git clone ssh://firstname.lastname@xx.x.xx.xx:xxxxx/project_name

关于android - eGit 将项目移动到不同的位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24823072/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com